Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
108 views
in Technique[技术] by (71.8m points)

Problems occurred when loading the Microsoft Visual menu

When I opened Visual Studio 2013 today, I got an error. "A problem occurred when loading the Microsoft Visual Menu....", it asked me to reset VS environment via “devenv /resetsetting’’ command and try it again. However it doesn't work.

See the image. It is the latest Visual Studio 2013 edition. I got an update yesterday. yes

question from:https://stackoverflow.com/questions/25506703/problems-occurred-when-loading-the-microsoft-visual-menu

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

SOLUTION

The way to resolve this issue is by editing your System Environment Variables. In my case my System Path Variable had a string which was over 2048 characters, which apparently causes random path haywire at unpredictable times. By making sure this is below 2048 characters, it will solve the problem. Make sure you restart explorer.exe after changing the path variables and getting them under 2048 characters.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...