Top "Visual-studio-2008" questions

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

Copy to Output Directory copies folder structure but only want to copy files

I have a VS2008 I want to copy certain files from a directory into my /bin/ folder. I have set …

visual-studio-2008 msbuild
constant variables not working in header

if I define my constant varibles in my header like this... extern const double PI = 3.1415926535; extern const double PI_under_180 = 180.0…

c++ c visual-studio visual-studio-2008 visual-c++
Changing Resource files (resx) namespace and access modifier

In my webproject I'm using 4 resources files in my App_GlobalResources folder. One of them (lang.resx) has been created …

c# visual-studio-2008 namespaces resx
class name and method name dropdown list is missing (visual studio setting)

Does anyone know how to get my class name and method name dropdown lists again? It's the dropdown lists that …

visual-studio visual-studio-2012 visual-studio-2008 visual-studio-2015 visual-studio-2005
What is MyAssembly.XmlSerializers.dll generated for?

I am working on a project which generates an assembly. I just noticed that an additional assembly *.XmlSerializers.dll is …

c# visual-studio-2008 xml-serialization
beginner's tutorial for report viewer?

I am using VSTS 2008 + C# + .Net 3.5 + SQL Server 2008 + ASP.Net + IIS 7 to develop web application. Any quick and easy to …

c# .net sql-server-2008 visual-studio-2008 reportviewer
How to start WinForm app minimized to tray?

I've successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it …

c# .net winforms visual-studio-2008 systray
Visual Studio hotkey to switch between code behind and source file?

I use the Shift + F7 often to switch between source and design view. Does anyone know of a hotkey to …

visual-studio-2008
Visual Studio (2008) 'Clean Solution' Option

What does this option do? It is accessible from the Build menu.

visual-studio visual-studio-2008