12
VS2010 Tips #6: Easy way to troubleshoot Visual Studio 2010 issues
2 Comments · Posted by Ferry Meidianto in Visual Studio
Incompatible add-ons or system configurations can cause Visual Studio issues (performance issue, error, etc).
Fortunately we can try to troubleshoot the issues by referring to the Visual Studio activity log.
Simply run the following command to run Visual Studio 2010 and log its all activities.
The log file will be generated to:
XP
%USERPROFILE%\Application Data\Microsoft\Visual Studio\10.0\ActivityLog.xml
Vista & Windows 7
%USERPROFILE%\AppData\Roaming\Microsoft\VisualStudio\10.0\ActivityLog.xml
You can also specify where you want the log file to be generated
Once you run it, 2 files will be generated
And when you open the ActivityLog.xml, it will contain something like this:
Hope this helps.
Tips & Tricks · VS2010 · VS2010-Tips
2 comments
Leave a Reply
<< VS2010 Tips #7: How to make jQuery Intellisense work for external JavaScript file
Tweets that mention VS2010 Tips #6: Easy way to troubleshoot Visual Studio 2010 issues ยท Ferry Meidianto -- Topsy.com · May 13, 2010 at 1:10 pm
[…] This post was mentioned on Twitter by Ferry Meidianto. Ferry Meidianto said: VS2010 Tips#6: Easy way to troubleshoot Visual Studio 2010 issues http://bit.ly/ah6jVR […]
Wilhelm · July 9, 2010 at 8:19 pm
Thank you, this is very helpfull. for getting a log from the experemental hive just go: properties -> debug and append ‘/Log “filename.xml”‘ to the ‘command line arguments’ textarea.