Tagged Questions
This tag refers to the Visual Studio line of software development products from Microsoft, the 2008 version.
172
votes
19answers
45k views
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 will be using VS 2008, C#, and the ASP.NET MVC stuff. I am looking at using either NUnit or the built in test ...
110
votes
7answers
12k 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 ...
107
votes
16answers
63k 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 ...
81
votes
115answers
10k views
What's Your Biggest Visual Studio 2008 Annoyance? [closed]
I love Visual Studio about 90% of the time, but that last 10% it is such a PITA it makes me want to launch my monitor off the desk.
My latest annoyances:
It won't remember my toolbar settings. I ...
72
votes
6answers
25k views
Visual Studio “Any CPU” target
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 ...
60
votes
17answers
27k 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 ...
59
votes
8answers
23k 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?
59
votes
6answers
26k views
Visual Studio (2008) 'Clean Solution' Option
What does this option do? It is accessible from the Build menu.
58
votes
26answers
34k 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 ...
49
votes
22answers
24k 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 ...
48
votes
3answers
6k 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 ...
48
votes
9answers
7k 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 ...
46
votes
16answers
3k 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!
46
votes
16answers
35k 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?
46
votes
11answers
6k views
Best practices for large solutions in Visual Studio (2008)
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 ...
44
votes
13answers
8k views
Go to Matching Brace in Visual Studio?
Is there a way in Visual Studio 2008 to go from a closing brace to it's opening brace? I've found a fair amount of stuff about highlighting the brace, but nothing about moving the cursor to it.
44
votes
19answers
8k 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 ...
43
votes
3answers
9k 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?
43
votes
6answers
11k 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 ...
42
votes
5answers
16k 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 ...
37
votes
6answers
49k 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 ...
36
votes
6answers
8k 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 ...
35
votes
7answers
3k 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 ...
35
votes
17answers
15k 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 ...
34
votes
8answers
11k 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 ...
34
votes
5answers
9k 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 ...
33
votes
12answers
17k 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 ...
33
votes
2answers
2k 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:
...
32
votes
8answers
5k 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 ...
32
votes
25answers
3k views
What are your most-recommended Visual Studio preferences?
There are so many little options and settings within Microsoft Visual Studio. Which adjustments do you recommend to others?
32
votes
4answers
8k views
Automatically stop Visual C++ 2008 build at first compile error?
I know I can compile individual source files, but sometimes -- say, when editing a header file used by many .cpp files -- multiple source files need to be recompiled. That's what Build is for.
...
31
votes
4answers
9k 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?
31
votes
7answers
18k 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 ...
30
votes
51answers
2k views
What is the first thing you do when you install Visual Studio?
What is the first thing you do when you install Visual Studio? I am talking about anything customization-wise (so we don't get answers based on 'I create a new project').
Do you have a favorite font? ...
30
votes
15answers
10k 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 ...
29
votes
2answers
14k 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 - ...
29
votes
3answers
24k views
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 stylesheet files. So css classes in the user controls are not recognized by visual studio ...
29
votes
10answers
5k views
Visual Studio 08 Spell Check Addin?
If possible one that supports at least spell checking:
C# string literals
HTML content
Comments
28
votes
6answers
7k 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 ...
28
votes
2answers
788 views
Remove the automatic #region/#endregion tags when implementing an interface in Visual Studio 2005/2008
When user the "Implement Inteface X" context menu feature, the inserted code gets surrounded by a
#region [interfacename] Members
#endregion
pair. I always end up deleting this, is there a way I ...
28
votes
13answers
23k 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.
...
28
votes
3answers
11k 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?
27
votes
8answers
8k views
Can I use Visual Studio 2010's C++ compiler with Visual Studio 2008's C++ Runtime Library?
I have an application that needs to operate on Windows 2000. I'd also like to use Visual Studio 2010 (mainly because of the change in the definition of the auto keyword). However, I'm in a bit of a ...
27
votes
11answers
24k views
Difference between 'Web Site' and 'Project' in Visual Studio [closed]
Possible Duplicate:
ASP.NET: Web Site or Web Application?
I have noticed that there is clearly a difference in what you get when you fire up Visual Studio 2008 and choose 'New Project' -> ...
27
votes
6answers
13k views
App does not run with VS 2008 SP1 DLLs, previous version works with RTM versions
Since our switch from Visual Studio 6 to Visual Studio 2008, we've been using the MFC90.dll and msvc[pr]90.dlls along with the manifest files in a private side-by-side configuration so as to not worry ...
26
votes
5answers
10k 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?
26
votes
12answers
12k 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 ...
25
votes
3answers
5k 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' ...
25
votes
4answers
14k views
How do I find the stack trace in Visual Studio?
I ask because I couldn't find the stack trace in Visual Studio, while debugging an exception that occurred.
25
votes
5answers
2k views
How to change .ASPX automatic formatting settings (Visual Studio)
When typing code in a .aspx file (an MVC view in this case), Visual Studio applies two types of formatting, one to the regular html tag structure (which can be controlled from Tools->Options->Text ...