ActivityLog.xml exception

In the past two days, I installed vs2010 on my local win7 system, uninstalled, and installed it again.

When opening the program with vs2010, the following error message is prompted:

An ActivityLog.xml exception occurred.

After searching online, the solution is:

In the start menu, cmd opens the command prompt to open the VS IDE main program directory,

The following takes the installation path of my local vs2010 as an example:

cd /d D:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE,

Then enter devenv /log and execute it.

Guess you like

Origin blog.csdn.net/Hat_man_/article/details/115036767