Top "Visual-studio-2008" questions

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

SSRS the definition of the report is invalid

How can I resolve the below error message that I receive when I try to deploy my report to our …

sql-server visual-studio-2008 reporting-services ssrs-2008
Why can't I reference my class library?

I have a solution that contains a website and a class library in Visual Studio 2008. I then have another web …

c# visual-studio-2008 resharper reference
Visual Studio keyboard shortcut to automatically add the needed 'using' statement

What is the keyboard shortcut to expand the little red line that gives you the menu where you can choose …

visual-studio visual-studio-2008 keyboard-shortcuts
Edit and Continue: "Changes are not allowed when..."

Even if I create a clean WinForms project, Edit and Continue doesn't work and gives me the error: Changes are …

visual-studio visual-studio-2008 edit-and-continue
Executable directory where application is running from?

I need to get the path (not the executable) where my application is running from: System.AppDomain.CurrentDomain.BaseDirectory() When …

vb.net visual-studio-2008 executable desktop-application
Select All as default value for Multivalue parameter

I'm building a report in Visual Studio 2008 with a lot of multivalue parameters and it's working great, but I would …

sql-server visual-studio-2008 reporting-services parameters
Link to all Visual Studio $ variables

I was having a look at $(Configuration),$(ProjectDir) etc. in Visual Studio 2008 for Prebuild events. Is there a link to …

visual-c++ visual-studio-2008 msbuild visual-c++-6
Where is the Global.asax.cs file?

I am using VS 2008. I have created a new Asp.net web site project from File->New->Website-&…

c# asp.net .net visual-studio-2008 global-asax
Calling functions in a DLL from C++

I have a solution in VS 2008 with 2 projects in it. One is a DLL written in C++ and the other …

c++ visual-studio-2008 dll dllimport