Top "Visual-studio-2008" questions

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

Metadata file '.dll' could not be found

I am working on a WPF, C# 3.0 project, and I get this error: Error 1 Metadata file 'WORK=- \Tools\VersionManagementSystem\…

c# .net wpf visual-studio-2008 c#-3.0
How to set session timeout in web.config

I have tried very hard but cannot find a solution on how to set session timeout value for in-process session …

c# asp.net .net session visual-studio-2008
The name 'ConfigurationManager' does not exist in the current context

I am trying to access connectionStrings from the config file. The code is ASP.NET + C#. I have added System.…

c# .net visual-studio visual-studio-2008
download and install visual studio 2008

Ok, this may be the dumbest question ever, but I swear I searched for the answer and don't know what …

visual-studio-2008
Visual Studio Post Build Event - Copy to Relative Directory Location

On a successful build, I wish to copy the contents of the output directory to a different location under the …

visual-studio visual-studio-2008 post-build-event
How do you force Visual Studio to regenerate the .designer files for aspx/ascx files?

Sometimes when I'm editing page or control the .designer files stop being updated with the new controls I'm putting on …

asp.net visual-studio visual-studio-2008
Access cell value of datatable

Can anyone help me how to access for example value of first cell in 4th column? a b c d 1 2 3 5 …

c# asp.net visual-studio-2008 datatable
How to fix "Root element is missing." when doing a Visual Studio (VS) Build?

How to fix "Root element is missing." when doing a Visual Studio (VS) Build? Any idea what file I should …

visual-studio-2010 visual-studio visual-studio-2008 visual-build-professional
Visual Studio : short cut Key : Duplicate Line

Is there a shortcut for Duplicate Line command in Visual Studio 2008? Some similar examples: in Notepad++, I can duplicate the …

visual-studio visual-studio-2008 keyboard-shortcuts
How to add New Column with Value to the Existing DataTable?

I have One DataTable with 5 Columns and 10 Rows. Now I want to add one New Column to the DataTable and …

c# asp.net .net visual-studio-2008 datatable