Tag: VS2010-Tips
-
VS2010 Tips #10: How to change Local Help Library path
In this blog post, I want to show you how to change the path of the Local Help Library. Let’s say you want to move the location of the local content being stored. You can simply move the files and change the path. Where is it stored now? run the Help Library Manager Then click…
-
VS2010 Tips #9: Moving from Multiple Documents window layout to Floating Window of Visual Studio 2010
If you’re one of the fans of Multiple Document window layout in previous versions of Visual Studio, you will miss that feature in Visual Studio 2010. Below is the options of Visual Studio 2008 And this is the option of Visual Studio 2010 Yep the setting of Multiple document is no longer there. That would…
-
VS2010 Tips #8: Got annoying Visual Studio 2010 error? Try to run in Safe Mode
Sometimes not well-coded extensions/add-ons can cause very annoying error. If you got any error in running Visual Studio 2010, especially if you use lot of 3rd party extensions/add-ons, then running Visual Studio 2010 in Safe Mode will be worth to try. The Safe Mode will disable all extensions, that way you will know whether the…
-
VS2010 Tips #7: How to make jQuery Intellisense work for external JavaScript file
Simply drag-n-drop the jQuery library from Solution Explorer to the opened external JavaScript file. The Intellisense should work now. Make donation to this article:
-
VS2010 Tips #6: Easy way to troubleshoot Visual Studio 2010 issues
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…