I've got another problem with the latest beta build. Because of the cpu hog problem (http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4126) I switched off visual assist to edit that problematic file - from now on I'll call it ID.h -, so after few changes, I close it (after having saved the file) trough a keyboard shortcut (CTRL+W -> file->Close), the editor close the ID.h, the tab from the editor has been closed a the new active tab has been selected (a .cpp file) but the content is not changed and visual studio hung.
I looked at the visual studio threads by using process explorer and I can the the only thread that is executing (it's Context Switch Delta is varying between 62 and 64) is va_x_dll!MigrateDevColor+0xaaf9e and if I look at it's call stack I can find:
how did you switch off VA? i would not expect you to have any problems if VA was disabled. is VA still disabled after you have closed the file, and when this problem occurs?