T O P I C R E V I E W |
bennog |
Posted - Feb 19 2020 : 07:49:42 AM While typing a " in the visual studio editor everything freezes.
The va.log file is filled with lots of the message below.
Exception: VAP::3204 2/19/2020 13:41:49 0x2b7c
I have a VA.LOG and a VASSIST.LOG
P.S. the problem persists after a reinstall of VA
|
5 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Feb 20 2020 : 11:07:17 PM This bug was opened as case=141917. case=141917 is fixed in build 2366. https://support.wholetomato.com/default.asp?W404#2366 |
bennog |
Posted - Feb 20 2020 : 01:32:24 AM solved by e-mail support |
bennog |
Posted - Feb 19 2020 : 2:01:24 PM Yes it is 1 cpu already in contact with support about this problem |
feline |
Posted - Feb 19 2020 : 11:14:26 AM Can you please run Windows Task Manager and see if a lot of CPU is being used by "devenv.exe", possibly most of one core? So if you have lots of cores it won't look like much as a percentage, but the core by core display will show one core maxed out, if that is what is happening.
Is all of this code in your solution, or is part of it in the stable include directories?
Do you see this when typing double quotes into a comment block, or only when typing into code? |
bennog |
Posted - Feb 19 2020 : 08:19:12 AM some extra info it seems it is related to how big the project is about 430k lines of code and header files.
In smaller projects there is no problem. |