Click here to Skip to main content
15,888,242 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
Hi,
There is a strange problem with vs2010 professional c#. If I open the vs2010, press ctrl, and then open any c# project from the "Recent Projects", the vs2010 crashed. A dialog tell me that "microsoft visual studio has encountered a problem and needs to close". This is the chinese error information:
问题签名:
问题事件名称: APPCRASH
应用程序名: devenv.exe
应用程序版本: 10.0.30319.1
应用程序时间戳: 4ba1fab3
故障模块名称: kernel32.dll
故障模块版本: 6.1.7600.16850
故障模块时间戳: 4e21132a
异常代码: c0000005
异常偏移: 00042563
OS 版本: 6.1.7600.2.0.0.256.48
区域设置 ID: 2052

The vs2010 can crash anytime if I pressed the ctrl and then do some other actions. If I pressed ctrl, and then debug the project, it crashes. If I pressed ctrl, and then unload project, reload project, it crashes. And so on... Why a ctrl key causes the crash? It's so strange...
My OS is Windows7, and this problem does not happen with vc++ projects.
Posted
Updated 12-Apr-12 18:29pm
v3
Comments
swapnilKumbhar 13-Apr-12 6:01am    
Try this
Start->Run->devenv /SafeMode
Hope this help you.

And if not, reinstall VisualStudio.
demonwar 13-Apr-12 9:43am    
Hi,
Thanks for you reply, but the safemode doesn't work. The vc# still crashes. I have reinstalled VisualStudio but still get this problem...

Hello

Look at this:
Visual Studio Troubleshooting and Support

and this: Support
 
Share this answer
 
Comments
VJ Reddy 14-Apr-12 20:45pm    
Good links. 5!
Shahin Khorshidnia 15-Apr-12 4:07am    
Thank you VJ
From the question it is not clear whether SP1 of Visual Studio 2010 is already installed or not. Sometimes, such strange problems get solved when the latest service pack is installed. If the service pack is not already installed, I think you can give a try with latest service pack as given here

Visual Studio Service Packs
[^]
 
Share this answer
 
Just uninstall VS 2010 SP1 only not entire VS from add remove tools. It worked in my case. It seems that there is prob with Sp1.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900