Visual Studio 2012 Very Slow Typing

Posted by DaoCacao on Super User See other posts from Super User or by DaoCacao
Published on 2012-12-09T21:37:10Z Indexed on 2012/12/09 23:18 UTC
Read the original article Hit count: 564

I have a problem. After SP1 update, passing some time, VS 2012 becomes very-very slow when typing text. Solution size is not big, PC is quite powerful, it has 16GB of RAM, SSD drive, and i7-2600. I have attached using another VS and I see in debugger a lot of exceptions:

First-chance exception at 0x753BB9BC in devenv.exe: Microsoft C++ exception: CVcsException at memory location 0x0027DF0C.
First-chance exception at 0x753BB9BC in devenv.exe: Microsoft C++ exception: CVcsException at memory location 0x0027DF0C.
First-chance exception at 0x753BB9BC (KernelBase.dll) in devenv.exe: 0xE0434352 (parameters: 0x80131509, 0x00000000, 0x00000000, 0x00000000, 0x64BF0000).
First-chance exception at 0x753BB9BC in devenv.exe: Microsoft C++ exception: CVcsException at memory location 0x0027DF0C.
First-chance exception at 0x753BB9BC in devenv.exe: Microsoft C++ exception: CVcsException at memory location 0x0027DF0C.
First-chance exception at 0x753BB9BC (KernelBase.dll) in devenv.exe: 0xE0434352 (parameters: 0x80131509, 0x00000000, 0x00000000, 0x00000000, 0x64BF0000).
The thread 0x288c has exited with code 0 (0x0).

Anyone have any ideas on what CVcsException is? Googling it gives almost nothing. How do I get rid of this problem?

© Super User or respective owner

Related posts about visual-studio

Related posts about debug