Tag: VS2008
-
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 #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 #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…
-
“Invalid FORMATETC structure” error on control drag n drop
Today when I was developing Silverlight app using Telerik RadControls, there was an error “Invalid FORMATETC structure” prevented me to complete the drag n drop of RadControls to the XAML editor. I didn’t have any idea what was caused it because I could still drag n drop the Button control to the XAML. I thought…