Visual studio 2005 hangs on startup AppHangXProcB1 svchost devenv.exe svchost.exe:{2a811bb2-303b-48b...

This problem has been torturing me for the whole afternoon and after searching on the web for a long time, I finally get this problem fixed.

Thanks to this post:http://social.msdn.microsoft.com/Forums/zh-CN/vstudiozhchs/thread/fce3b79d-fa19-49d9-8526-3665e834e614/

At first my PC was installed with visual studio 2005 Japanese version, but as I cannot read japanese, I have big trouble in debugging and developing. So I decided to install the VS2005 Simplified Chinese version. After spending a long time downloading and uncompressing and installing visual studio professional simplified Chinese version, I found out that my newly installed visual studio are always hanging after I double clicked the VS2005 icon.

And I tried the following operations:

1.install vs2005 sp1 pack, but for my japanese version vs2005, it has no sp1 package installed by it is fine.

2.install another hotfix package "Visual Studio 2005 Service Pack 1 Update for Windows Vista"(http://www.microsoft.com/en-us/download/details.aspx?id=7524), and after installing this package, vs2005 still fails

3.Then I found this post http://social.msdn.microsoft.com/Forums/zh-CN/vstudiozhchs/thread/fce3b79d-fa19-49d9-8526-3665e834e614/

4.Thanks a lot to ChiYau(MVP), by trying his method, I succeeded in starting my visual studio 2005 Simplified Chinese version.

5.Just "Start"->"All programs"->"Microsoft Visual Studio 2005"->"Visual Studio Tools"->Right click"Visual Studio Command Prompt" and choose to run as Administrator

6.In the administrator console window, use "devenv /resetsettings" to reset all settings of visual studio.

Analysis: as to my case, the computer environment is very complex and I could not tell clearly which program results in this hanging of visual studio 2005 professional Simplified Chinese version. So I am afraid I have no idea about the cause.

 

And I copied the original blog content here in order to prevent possible content failure some day

There are many online friends are saying .. their Visual Studio issues after upgrading
a lot of time during the upgrade because the old Visual Studio and some Visual Studio 2010 does not support Adds-on / Plugin so caused. Or sometimes Visual Studio profiles mess .. so the problem.

When there are big to the same problems .. you can try to do the following steps

Solution :
Press the " start / Start Menu " -> " All Programs / All Programs " -> " in the Microsoft Visual Studio 2010 " -> " Visual Studio Tools / Visual Studio Tools "
Right the Click " Visual Studio Command Line (2010) / the Command Prompt Studio Visual (2010) "
after selecting" Run as administrator / administrator AS the Run "

Visual Studio Command Prompt (2010)

After following the instruction can be executed
# log all activity profile to the recording, to troubleshoot.
devenv / log
#% APPDATA% \ Roaming \ in the Microsoft \ VisualStudio \\ ActivityLog.xml.
# Which is the version of Visual Studio.
For more information please refer to the following the URL of
http://msdn.microsoft.com/zh-tw/library/ms241272.aspx

# Restore Visual Studio presets
devenv / resetsettings
details refer to the following may be the URL of
http://msdn.microsoft.com/zh-tw/library/ms241273.aspx

Visual Studio Command resetsettings

# Clear all options to add users to skip VSPackage loading operation (if the user does not want to load in question VSPackage), and then start Visual Studio.
# If there SkipLoading mark VSPackage loading operation will be disabled and re-enabled it will clear the mark VSPackage loading operations.
Devenv / ResetSkipPkgs
details refer to the following may be the URL of
http://msdn.microsoft.com/zh-tw/library/ms241276.aspx

# Start Visual Studio in safe mode (Safe Mode), load only the default environment and services.
# When this parameter can start Visual Studio, load VSPackage prevent all third-party in order to ensure stable execution.
devenv / SafeMode
details refer to the following may be the URL of
http://msdn.microsoft.com/zh-tw/library/ms241278.aspx

Visual Studio Command safemode and ResetSkipPkgs
If you still have problems, then
you can try to " restart the computer" .. " to enter safe mode " so that we can rule out the impact of third-party drivers or perform again .. after Visual Studio
or create a new computer users is not to try User Profile issues

The following are some of them already know can put the above method to solve the problem 

1.
" the QueryService for '{} 74946829-37A0-11D2-00C04F8EF4FF' failed. '
' For" {74946829-37A0-11D2-00C04F8EF4FF} "QueryService failure '"

 

Reproduced in: https: //www.cnblogs.com/ericsun/archive/2012/07/17/2595438.html

Guess you like

Origin blog.csdn.net/weixin_34007291/article/details/93154895