Tag: VS2010-Tips
-
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.
-
VS2010 Tips #3: Updating multiple Visual Studio 2010 Help content with a single download
Visual Studio 2010 comes with a new Help viewer. If you didn’t realize that, run the Microsoft Visual Studio 2010 Documentation and you will see what I mean (I assume you have installed it when you’re installing VS2010). Even though it provides lighter experience and updateable help contents, the pain starts when you’re updating the…
-
VS2010 Tips #2: Visual Studio 2010 side-by-side installation with earlier versions
In some forums in found that people asking whether he/she can install Visual Studio 2010 side-by-side with earlier version(s) of it. The answer is YES. I have Visual Studio 2005, Visual Studio 2008, and Visual Studio 2010 installed in one machine (OS is Vista Ultimate 32bit). If I open Program Files, I can see that…
-
VS2010 Tips #1: .NET Framework 3.5 SP1 is required for Multi-targeting in Visual Studio 2010
Multi-targeting feature is one of Visual Studio 2010 goodies. It was firstly introduced in Visual Studio 2008 which able to do multi-targeting for .NET 3.5, .NET 3.0, and .NET 2.0. In Visual Studio 2010, you will be able to choose between .NET 4, .NET 3.5, .NET 3.0, and .NET 2.0. .NET Framework 4 is what…