Top "Visual-studio-2008" questions

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

ADO.NET Entity Framework: Update Wizard will not add tables

I added a new ADO.Net Entity Data Model into my project and used the Update Wizard to add tables …

.net visual-studio-2008 entity-framework ado.net primary-key
Add keys/values to Dictionary at declaration

Very easy today, I think. In C#, its: Dictionary<String, String> dict = new Dictionary<string, string>() { { "", "" } }; …

vb.net visual-studio-2008 dictionary declaration
Assembly does not allow partially trusted caller

How do I change my library to allow partially trusted callers? I get the following error: Server Error in '/…

c# visual-studio-2008 partial-trust
Problems with running EXE file built with Visual Studio on another computer

I created a client server application in C++ using Visual Studio. Now I want to run the client EXE file …

c++ visual-studio visual-studio-2008 visual-c++ exe
Template specialization of a single method from a templated class

Always considering that the following header, containing my templated class, is included in at least two .CPP files, this code …

c++ visual-studio-2008 templates specialization
How to make user controls know about css classes in ASP.NET

Since there are no header sections for user controls in asp.net, user controls have no way of knowing about …

asp.net css visual-studio-2008 user-controls
Not enough storage is available to process this command in VisualStudio 2008

When I try to compile an assembly in VS 2008, I got (occasionally, usually after 2-3 hours of work with the …

c# visual-studio visual-studio-2008 memory-leaks metadata
NUnit vs. Visual Studio 2008's test projects for unit testing

I am going to be starting up a new project at work and want to get into unit testing. We …

c# asp.net-mvc visual-studio-2008 unit-testing nunit
Visual Studio 2008: Can't connect to known good TFS 2010

A freshly installed TFS 2010 is at http://serverX:8080/tfs. A Windows 7 developer machine with VS 2008 Pro SP1 and the VS2008 …

visual-studio-2008 tfs
SSD drives and Visual Studio IDE. Big improvements? Real usage stories, no theory

I want to go for Windows 7 + Intel SSD drives to speed up my Visual Studio 2008 development cycle. The areas I …

visual-studio-2008