Loading...
 
Multi-Language Add-In for Visual Studio

Multi-Language Add-In for Visual Studio


some grid changes take forever

Hello,

While editing the grid, i regularly encounter updates that take forever (3-5 minutes). This happens especially when I edit a string in the default language. Processor goes to 100% and the add-in, including Visual Studio 2008, is not responding.

Any idea what might cause this?

I am using version 4.71.0066

Thanks,
Bart

Germany

Hi,

I had better take look at that. It sounds unusable.

Recently I have done much more testing with VS 2010, so I'll make a point of doing more testing with VS 2008.

The Add-In writes a log file to the directory <user application data>\Multilang.Net. On my Windows 7 system it is c:\Users\Phil\AppData\Roaming\MultiLang.Net. On XP I think that it is C:\Documents and Settings\<user>\Application Data\Multilang.Net, where Application Data is a hidden directory.

If you can find this directory, maybe you could check whether the Add-In is writing anything to the log file during the long updates.

Phil


Hi,

Thanks for the answer. I found the log, I will try to reproduce the behaviour and send you the log then.

Regards,
Bart

Germany

Hi Bart,

I have a couple more questions.

Are you updating a text in the Controls tab or the Source code tab?

If it is in the controls tab, can you try opening the affected Form or UserControl in the forms designer, before editing the text in the grid? Is it faster if the component is open in a designer window?

Phil