Category: Visual Studio
-
VS2010 Tips #12: Patch for Cut/Copy “insufficient memory” issue in Visual Studio 2010
Visual Studio 2010 RTM has a bug in calculating available memory when developer try and do Cut or Copy text operations. "Insufficient available memory to meet the expected demands of an operation at this time, possibly due to virtual address space fragmentation. Please try again later." A patch available now for it that you can…
-
Where the heck is Visual Studio Command Prompt?
You got answer on MSDN forums telling you to run devenv /ResetSettings in Visual Studio 2008 command prompt but after searching you computer you can’t find it. Where the heck is it? Look at below picture, you will be able to find it easily. If it doesn’t help, Visual Studio 2005 Start Menu -> All…
-
VS2010 Tips #11: Visual Studio 2010 Pro Power Tools extension
Visual Studio team has released Visual Studio 2010 Pro Power Tools extension. This is a great extension to increase your productivity and bring back some Visual Studio 2008 feature such as close button in the tab well. Here is the description I copied from the extension page. Visual Studio 2010 Productivity Power Tools A set…
-
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…