DevJourney: a blog about .NET development.
-
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…
-
VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now!
By default Visual Studio 2010 comes with Intellisense feature enabled. By the way, there are some cases that it’s disabled – can be caused by anything (setting changes on add-in installation, importing settings, human error, your teammate :), etc). The fix is simple, just open the Tools -> Options, then go to the Text Editor section.…
-
VS2010 Tips #4: H3Viewer – alternative Visual Studio 2010 help viewer
If you’re not comfortable with Visual Studio 2010’s help viewer (Microsoft Help Viewer 1.0), then H3Viewer will be a good alternative for you. This is much like the help viewer of Visual Studio 2005 ad Visual Studio 2008. What are you waiting for? Download it for FREE.
Got any book recommendations?