Top "Visual-studio-2008" questions

This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.

Visual Studio can't 'see' my included header files

I created an empty 'Demo' project in Visual Studio 2008 and added some existing projects to my solution. Included "MyHeader.h" (…

c++ visual-studio-2008 include
How to have comments in IntelliSense for function in Visual Studio?

In Visual Studio and C#, when using a built in function such as ToString(), IntelliSense shows a yellow box explaining …

c# vb.net visual-studio visual-studio-2008 xml-comments
Is " " a replacement of " "?

In my ASP.NET application, I was trying to add few white spaces between two text boxes by typing space …

html asp.net visual-studio-2008 character-encoding
How do I set the icon for my application in visual studio 2008?

How do I set the executable icon for my C++ application in visual studio 2008?

c++ visual-studio visual-studio-2008 icons
Visual Studio window which shows list of methods

In Visual Studio, is there a window which shows list of methods in the active class? A small window like …

visual-studio visual-studio-2008
I want to delete all bin and obj folders to force all projects to rebuild everything

I work with multiple projects, and I want to recursively delete all folders with the name 'bin' or 'obj' that …

visual-studio visual-studio-2008 batch-file cmd
Visual Studio setup problem - 'A problem has been encountered while loading the setup components. Canceling setup.'

I've had a serious issue with my Visual Studio 2008 setup. I receive the ever-so-useful error 'A problem has been encountered …

visual-studio visual-studio-2008 visual-studio-2005 installation maintenance
Turn off auto formatting in Visual Studio

I'm a code purist, preferring my own style of code formatting as opposed to Visual Studio's default settings. I've turned …

visual-studio visual-studio-2008 formatting code-formatting
How do I add my new User Control to the Toolbox or a new Winform?

I have an existing library (not a Winforms application) that supplies some Winforms to a bona-fide Windows application. Within this …

c# winforms visual-studio-2008 user-controls
Unexpected end of file error

I hope you can help me, cause I have no idea about what's going on. I'm having the following error …

c++ visual-studio-2008 visual-c++ compiler-errors precompiled-headers