This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.
215
votes
8answers
67k views
Visual Studio - Command to collapse all sections of code?
In Visual Studio (2008) there a command to collapse/expand all the sections of code in a file?
210
votes
19answers
50k views
NUnit vs Visual Studio 2008's Test Projects for Unit Testing? [closed]
I am going to be starting up a new project at work and want to get into unit testing. We will be using VS 2008, C#, and the ASP.NET MVC stuff. I am looking at using either NUnit or the built in test ...
144
votes
7answers
18k views
Mercurial .hgignore for Visual Studio 2008 projects
What is a good setup for .hgignore file when working with Visual Studio 2008?
I mostly develop on my own, only occasionly I clone the repository for somebody else to work on it.
I'm thinking about ...
139
votes
6answers
51k views
What does the Visual Studio “Any CPU” target mean?
I have some confusion related to the .NET platform build options in Visual Studio 2008.
What is the "Any CPU" compilation target, and what sort of files does it generate? I examined the output ...
130
votes
16answers
83k views
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 while loading the setup components. Canceling setup.' whenever I try to ...
123
votes
19answers
24k views
Go to Matching Brace in Visual Studio?
Is there a way in Visual Studio 2008 to go from a closing brace to its opening brace? I've found a fair amount of stuff about highlighting the brace, but nothing about moving the cursor to it.
123
votes
31answers
72k views
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 the page. I'm not sure what's causing this to happen, but I'm wondering if ...
113
votes
4answers
26k views
Difference between Rebuild and Clean + Build in Visual Studio 2008
What is the difference between just a Rebuild and doing a Clean + Build in Visual Studio 2008? Is Clean + Build different then doing Clean + Rebuild?
97
votes
3answers
2k views
Why does the C# compiler not fault code where a static method calls an instance method?
The following code has a static method, Foo(), calling an instance method, Bar():
public sealed class Example
{
int count;
public static void Foo( dynamic x )
{
Bar(x);
}
...
88
votes
7answers
39k views
Visual Studio (2008) 'Clean Solution' Option
What does this option do? It is accessible from the Build menu.
83
votes
5answers
24k views
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 to have the necessary Using statement added to the top of the file?
My Googling skills have ...
79
votes
12answers
54k views
The project type is not supported by this installation
Whenever I try to open a project (csproj) that's downloaded from the internet, most of the times, I get the "The project type is not supported by this installation"
It appears that my Visual Studio ...
77
votes
17answers
37k views
How do I rollback a TFS check-in?
I'd like to rollback a change I made recently in TFS. In Subversion, this was pretty straightforward. However, it seems to be an incredible headache in TFS:
Option 1: Get Prior Version
Manually ...
72
votes
9answers
11k views
How to permanently disable region-folding in Visual Studio 2008
Anyone know how to turn off code folding in visual studio 2008? Some of my colleagues love it, but I personally always want to see all the code, and never want code folded out of sight. I'd like a ...
71
votes
6answers
20k views
How can I get “Copy to Output Directory” to work with Unit Tests?
When I build a unit test project before the tests are executed the test output is copied to a TestResults folder and then the tests are executed. The issue I'm having is that not all the files in the ...
66
votes
23answers
39k views
“the project type is not supported by this installation” error
I have installed VS 2008 SP1 on W2k3 OS. After I installed ASP.NET MVC beta and tried creating ASP.NET MVC type project I get the following error.
"the project type is not supported by this ...
64
votes
8answers
22k views
Localization of DisplayNameAttribute
I am looking for a way to localize properties names displayed in a PropertyGrid. The property's name may be "overriden" using the DisplayNameAttribute attribute. Unfortunately attributes can not have ...
64
votes
7answers
13k views
How to stop Visual Studio from “always” checking out solutions files
For apparently no reason, every time I open my solution, Visual Studio checks the sln file out.
If I compare it to the previous version there are no changes. But this is really frustrating since ...
63
votes
7answers
23k views
How Can I disable Resharper in VS and Enable it again?
I installed Resharper and it works in VS but I want to disable it for some reason.
But whenever I search in the Resharper menu cant find disable option.
62
votes
18answers
46k views
Metadata file … could not be found error when building projects
Every time I start Visual Studio 2008, the first time I try to run the project I get the error CS0006 The metadata file ... could not be found. If I do a rebuild of the complete solution it works.
...
62
votes
16answers
19k views
How to automatically remove trailing whitespace in Visual Studio 2008?
Is it possible to configure Visual Studio 2008 to automatically remove whitespace characters at the end of each line when saving a file? There doesn't seem to be a built-in option, so are there any ...
61
votes
15answers
34k views
How do I run NUnit in debug mode from Visual Studio?
I've recently been building a test framework for a bit of C# I've been working on. I have NUnit set up and a new project within my workspace to test the component. All works well if I load up my unit ...
61
votes
1answer
39k views
In HTML5, with respect to tables, what replaces cellpadding, cellspacing, valign, and align?
In Visual Studio 2008, I'm seeing these warnings:
Validation (HTML 5): Attribute 'cellpadding' is not a valid attribute of element 'table'.
Validation (HTML 5): Attribute 'cellspacing' is not a ...
60
votes
7answers
65k views
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.Configuration to reference and also mentioned with using. But, still it wouldn't accept the ...
60
votes
12answers
11k views
Best practices for large solutions in Visual Studio (2008) [closed]
We have a solution with around 100+ projects, most of them C#. Naturally, it takes a long time to both open and build, so I am looking for best practices for such beasts. Along the lines of questions ...
60
votes
3answers
8k views
What are good design practices when working with Entity Framework
This will apply mostly for an asp.net application where the data is not accessed via soa. Meaning that you get access to the objects loaded from the framework, not Transfer Objects, although some ...
58
votes
27answers
30k views
The Following Module was built either with optimizations enabled or without debug information
I cannot get rid of this in my VS 2008 web project when debugging. I've checked that it's in debug mode on the non-web project in question and it's in Active(Debug). Deleted all items in my .NET 2.0 ...
58
votes
8answers
25k views
Visual Studio C# statement collapsing
When editing really long code blocks (which should definitely be refactored anyway, but that's beyond the scope of this question), I often long for the ability to collapse statement blocks like one ...
56
votes
8answers
18k views
SSD drives and visual studio IDE. Big improvements ? Real usage stories, no theory
Hello I want to go for Windows 7 + Intel SSD drives to speed up my VS 2008 development cycle.
The areas I want to speed up are:
Compile/build times
Openening files for winforms/webforms
General VS ...
56
votes
4answers
24k views
Why does Visual Studio create a new .vsmdi file?
If I open a solution in Visual Studio 2008 and run a unit test then VS creates a new .vsmdi file in the Solution Items folder and gives it the next number available e.g. My Solution2.vsmdi.
Any idea ...
55
votes
18answers
13k views
How should I detect unnecessary #include files in a large C++ project?
I am working on a large C++ project in Visual Studio 2008, and there are a lot of files with unnecessary #include's. Sometimes the #include's are just artifacts and everything will compile fine with ...
55
votes
8answers
9k views
“Treat all warnings as errors except…” in Visual Studio
In Visual Studio, I can select the "Treat warnings as errors" option to prevent my code from compiling if there are any warnings. Our team uses this option, but there are two warnings we would like to ...
55
votes
2answers
28k views
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 Team Explorer (no SP). The TFS 2008 Service Pack 1 didn't work for me - ...
54
votes
16answers
4k views
Should a .sln be committed to source control?
Is it a best practice to commit a .sln file to source control? When is it appropriate or inappropriate to do so?
Update
There were several good points made in the answers. Thanks for the responses!
54
votes
16answers
43k views
Will installing Visual Studio 2010 side by side with VS2008 cause problems?
What kind of problems might this cause?
Is it better to install in a VM?
54
votes
4answers
11k views
C# - Selectively suppress custom Obsolete warnings
I'm using the Obsolete attribute (as just suggested by fellow programmers) to show a warning if a certain method is used.
Is there a way to suppress the warning similar to CodeAnalysis' ...
53
votes
7answers
13k views
Visual Studio appears to randomly adopt American keyboard layout
Gah! This is really causing me hassle today. Suddenly without warning '@' (at symbol) and '"' (double quote) are trading places on my keyboard but ONLY in Visual Studio 2008!
I can't seem to find ...
51
votes
5answers
18k views
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 being generated. Why this file is auto generated and what it is used for?
48
votes
4answers
62k views
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 same "base" folder. This parent folder is a relative part and can vary based on Source ...
47
votes
5answers
26k views
64-bit version of Boost for 64-bit windows
Is there a version of 64-bit Boost library for VS2008 ?
Or do I have to compile one myself? if, so, does anyone have experience with it?
47
votes
7answers
32k views
Find in Files: Search all code in Team Foundation Server
Is there a way to search the latest version of every file in TFS for a specific string or regex? This is probably the only thing I miss from Visual Source Safe...
Currently I perform a Get Latest ...
47
votes
3answers
3k views
VS 2008 keeps removing and re-adding <SubType>ASPXCodeBehind</SubType>
I've got a VS 2008 C# Web project and whenever I make some changes to the files in it (not even to the project file itself) VS will remove some lines like this from the csproj file:
...
46
votes
7answers
4k views
Embedding mercurial revision information in Visual Studio c# projects automatically
Original Problem
In building our projects, I want the mercurial id of each repository to be embedded within the product(s) of that repository (the library, application or test application).
I find ...
44
votes
4answers
10k views
Resharper uninstall - Visual Studio no longer shows correct error highlighting
I've been trying out resharper and decided that I'd like to uninstall. However, after doing so, Visual Studio no longer shows red underline highlighting that it normally uses to identify the location ...
44
votes
6answers
70k views
Connecting to SQL Server with Visual Studio Express Editions [closed]
I find it odd that in Visual C# 2008 Express edition, when you use the database explorer, your options are:
Microsoft Access
SQL Server Compact 3.5, and
SQL Server Database File.
BUT if you use ...
43
votes
3answers
24k views
GCC with Visual Studio?
How hard would it be to use GCC instead of VC++ from within Visual Studio 2008? Obviously, some of the keywords won't match, and some may not get syntax highlighting (unless you made a new language ...
42
votes
1answer
14k views
VS2008: Unable to start debugging, Remote Debugging Monitor has been closed
I am getting a mysterious error from time to time that I just don't get. I can "fix" it by restarting Visual Studio 2008, but that isn't exactly a solution...
It states the following:
Error while ...
41
votes
3answers
20k views
HTTPS with Visual Studio's built-in ASP.NET Development Server
Is there a way to access Visual Studio's built-in ASP.NET Development Server over HTTPS?
41
votes
3answers
22k views
Visual Studio Code Analysis vs StyleCop + FxCop
I used previously StyleCop + FxCop on my Visual Studio's projects. But now I am testing Visual Studio Code Analysis tool, which is easier to integrate into MSBuild, and I have found that this tools ...
40
votes
10answers
32k views
What are the limitations to SQL Server Compact? (Or - how does one choose a database to use on MS platforms?)
The application I want to build using MS Visual C# Express (I'm willing to upgrade to Standard if that becomes required) that needs a database.
I was all psyched about the SQL Server Compact - ...