After installing vs2010 and msdn 2008, The problem occurs:
As long as you enter a character in the vs2010 source code editor, it reports an error "Visual Studio 2010 encounters an exception, which may be caused by an extension ......". At first glance, I thought it was caused by expansion. Then I disabled all the extensions in vs temporarily, and the bug still exists. Google:
This bug occurs when the registry value of vs2010 is modified when software is installed.
For 32-bit machines, find the registry key:
[Hkey_classes_root \ CLSID \ {73b7dc00-f498-4abd-ab79-d07afd52f395} \ inprocserver32],
Modify its default value:
C: \ Program Files \ common files \ microsoft shared \ msenv \ textmgrp. dll
For 64-bit machines, the search items are as follows:
[Hkey_classes_root \ wow6432node \ CLSID \ {73b7dc00-f498-4abd-ab79-d07afd52f395} \ inprocserver32]
Modify its default value:
C: \ Program Files (x86) \ common files \ microsoft shared \ msenv \ textmgrp. DLL