Visual Studio is an integrated development environment (IDE) from Microsoft.
178
votes
39answers
22k views
Visual Studio 2010 - recommended extensions [closed]
What are your recommended extensions for Visual Studio 2010?
(Please indicate if its free or not)
Free:
PowerCommands - useful extensions for the Visual Studio 2010 adding additional ...
170
votes
40answers
18k views
What's the compelling reason to upgrade to Visual Studio 2010 from VS2008?
Are there new features in Visual Studio 2010 that are must-haves?
If so, which ones?
For me, the big draws for VS2008 as compared to VS2005 were LINQ, .NET Framework multitargeting, WCF (REST + ...
110
votes
1answer
4k views
What is .sln.docstates file created by Visual Studio Productivity Power Tools?
Visual Studio Productivity Power Tools Version 10.0.20427.1, updated 10 May 2011, is creating a <solution>.sln.docstates file.
What is purpose of the file?
Should I be checking it into version ...
106
votes
2answers
2k views
Making your .NET language step correctly in the debugger
Firstly, I apologize for the length of this question.
I am the author of IronScheme. Recently I have been working hard on emitting decent debug info, so that I can use the 'native' .NET debugger.
...
90
votes
8answers
13k views
App.Config Transformation for projects which are not Web Projects in Visual Studio 2010?
For Visual Studio 2010 Web based application we have Config Transformation features by which we can maintain multiple configuration files for different environments. But the same feature is not ...
72
votes
15answers
20k views
Cannot import the following keyfile: blah.pfx. The keyfile may be password protected
We just upgraded our Visual Studio 2008 projects to VS2010. All of our assemblies were strong signed using a Verisign code signing certificate. Since the upgrade we continuously get the following ...
71
votes
9answers
40k views
How to use Boost in Visual Studio 2010
What is a good step by step explanation on how to use Boost in an empty project in Visual Studio 2010.
71
votes
11answers
17k views
NUnit isn't running Visual Studio 2010 code
I'm trying to load a Visual Studio 2010 beta dll into the NUnit GUI. I get a popup error.
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. You ...
62
votes
2answers
14k views
Visual studio sp1 error: silverlight_sdk.msi is unavailable
I'm trying to install the sp1 for visual studio 2010. I first installed the beta and it worked fine. Then I used the web platform installer to install the SQL CE compact 4, which i assume installed ...
60
votes
1answer
10k views
How to build Qt for Visual Studio 2010
I struggled finding a how-to which provides a stable solution for using Qt with Visual Studio 2010, so after collecting all the bits of information and some trial and error, I would like to write my ...
52
votes
16answers
14k views
Performance tips for making Visual Studio 2010 faster? [closed]
I don't know if anybody else has had an issue with the performance of Visual Studio 2010, but I close it daily and reopen it, and with an hour it starts to really bog down, and can't even keep up with ...
49
votes
2answers
4k views
Mercurial .hgignore for Visual Studio 2010 projects
Not to be confused with Mercurial .hgignore for Visual Studio 2008 projects
I was asking whether if that same file can be reused for Visual Studio 2010, or some other extensions, etc should be added ...
48
votes
2answers
999 views
How to make Resharper resolve path for CustomBinding MarkupExtension
I want to create some extended Binding-Markup-Extension, which behaves just like a normal WPF-Binding but does some things more (use different defaults, maybe add some behavior, etc.).
Code looks like ...
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?
44
votes
4answers
5k views
Resharper vs. Coderush - 2010 remake [closed]
Refer to this post for discussions on previous versions.
Asking the question again since Visual Studio 2010 has been officially released. Does anyone have any visibility this early on as to which is ...
42
votes
5answers
13k views
Cannot install silverlight 4 tools on visual studio 2010 sp1
I've installed Visual Studio 2010 (fresh install), then applied the SP1. Now I've tried to install the silverlight 4 tools, but i'm getting a strange error message :
"Visual Studio 2010 or Visual ...
42
votes
3answers
16k views
Installing MSBuild 4.0 without Visual Studio 2010
I installed .NET 4.0 and VS 2010 RC on my laptop and MSBuild was automatically installed. I was hoping to build a continuous integration server by just installing the .NET SDK without VS 2010, so I ...
42
votes
5answers
18k views
Interop type cannot be embedded
I am creating an web application on the .net 4.0 framework (beta2 ) in C#.
When I try to use a assembly called "ActiveHomeScriptLib", I get the following error:
Interop type
...
37
votes
3answers
8k views
What is Microsoft.csharp.dll in .NET 4.0
This DLL is added by default in Visual Studio 2010 projects. What is this new assembly used for? It does not seem to contain much after looking at it using Reflector and Google does not seem to have ...
36
votes
4answers
6k views
IIS Express Windows Authentication
I'm trying to use IIS Express with VS2010 to host a silverlight application. I modified my applicationhost.config file to allow for modification of the proper configuration settings. I have the ...
35
votes
4answers
1k views
How to create a new language for use in Visual Studio
I want to write a new templating language, and I want Visual Studio to "support" it. What I need to know is:
How do I parse my new language?
Given some code in my new template language, how do I ...
35
votes
4answers
8k views
Change C++/CLI project to another framework than 4.0 with vs2010
Since I upgraded my project to visual studio 2010 project format, my C++/CLI project is targeted to .net framework 4.0.
It is easy to switch the framework version to another version from a C# ...
35
votes
9answers
18k views
How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?
There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 - as well as how to deploy an application within TFS. (There's also a ...
33
votes
5answers
9k views
MSBuild Script and VS2010 publish apply Web.config Transform
So, I have VS 2010 installed and am in the process of modifying my MSBuild script for our TeamCity build integration. Everything is working great with one exception.
How can I tell MSBuild that I ...
33
votes
5answers
8k views
Can't run ASP.NET MVC 2 web app on IIS 7.5
I'm trying to run an ASP.NET MVC 2 web application under IIS on Windows 7, but I get a 403.14 error. Here are the steps to reproduce:
Open Visual Studio 2010
Create a new ASP.NET MVC 2 project ...
31
votes
10answers
6k views
VS 2010 Test Runner error “The agent process was stopped while the test was running.”
In Visual Studio 2010, I have a number of unit tests. When I run multiple tests at one time using test lists, I sometimes reveive the following error for one or more of the tests:
The agent ...
31
votes
2answers
11k views
What are the Web.Debug.config and Web.Release.Config files for?
I just upgraded to Visual Studio 2010 and MVC 2.0 and I noticed the Web.config has two additional files attached to it? Are these files used to specify debug and release specific settings, so you ...
31
votes
2answers
6k views
Should I add the vcxproj.filter files to source control
While evaluating Visual Studio 2010 Beta 2, I see that in the converted directory my vcproj files have become vcxproj files. There are also vcxproj.filter files alongside each project which appear to ...
29
votes
3answers
7k views
New “use HTML5 semantic markup” option on File > New MVC 3 project
Some days ago I installed the ASP.NET MVC 3 Tools Update for Visual Studio 2010.
Just now I went to create a new ASP.NET MVC 3 application and I see that there's a new option on the New ASP.NET MVC ...
27
votes
2answers
2k views
VS2010 - How to automatically stop compile on first compile error
{rant}First I'd like to say that this IS NOT A DUPLICATE. I've asked this question previously but it got closed as a duplicate when it isn't. This question is SPECIFIC to VS 2010 and the answers to ...
27
votes
3answers
9k views
Visual Studio 2010 addin writing articles/tutorials? [closed]
Does anyone know of some good articles / tutorials on writing addins/plugins for Visual Studio 2010?
26
votes
2answers
1k views
NuGet Package Manager errors when trying to update
Opening VS2010 today, the extension manager notified me of an update for NuGet Package Manager.
During the install, I get an 'Installation Failed' with an option to view the log.
The key error ...
26
votes
1answer
2k views
css file not opening in visual studio 2010 sp1?
I am unable to open css file in visual studio 2010 after adding in project.
It shows error. "The operation could not be completed.Unspecified error".
Even if i try to css in webpage directly, there ...
26
votes
10answers
2k views
Editing aspx/ascx files randomly disabled in Visual Studio 2010?
I'll be debugging a site in Visual Studio 2010 and editing an *.aspx or *.ascx file, and without warning, it will lock up so that I can't edit it. There's no message or anything, I just can't type or ...
26
votes
9answers
3k views
Visual Studio 2010 Publish Web feature not including all DLLs
I have an ASP.NET MVC 2 application.
Web project contains a reference to SomeProject
SomeProject contains references to ExternalAssembly1 and ExternalAssembly2.
SomeProject explicitly calls into ...
25
votes
12answers
11k views
Visual Studio 2010: very slow web applications debugging!
I recently installed Visual Studio 2010 (Ultimate edition, final version released in April), and found that debugging a web application became very slow (2-3 times slower than in Visual Studio 2008)!
...
25
votes
8answers
20k views
Visual Studio 2010 script debugger doesn't work for me
I just installed VS 2010 Beta 2 and wanted to play with an ASP.NET MVC 2 project. I simply added some script (alert('hello');) into the Home controller's index.aspx view, and I can see it executing. ...
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.
24
votes
4answers
6k views
How to Publish Web with msbuild?
Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I'd like to do this on my TeamCity build server, so I need to do it with the ...
24
votes
6answers
15k views
Visual Studio 2010 Web deployment task failed
I am trying to use VS2010's 1-Click Publish feature to deploy a test site from my laptop to my server. I have the firewall turned off on both machines and the MS Deployment Service is up and running ...
24
votes
4answers
5k views
FxCop for .NET 4.0
I know Visual Studio 2010 has a new Code Analysis tool built in, but that is only for the premium and ultimate editions. From what I can see the latest FxCop supports .NET 3.5 SP1. Searching I ...
24
votes
6answers
3k views
Visual Studio 2010 RTM is not publishing with ClickOnce
Is anyone using ClickOnce with VS2010?
I’m getting the following on publish, when the solution builds fine ...
Building WindowsFormsApplication1...
Error: Cannot publish because a project failed ...
24
votes
7answers
8k views
NUnit vs Visual Studio 2010's MSTest?
I realise that there are many older questions addressing the general question of NUnit v MSTest for versions of Visual Studio up to 2008 (such as this one).
Microsoft have a history of getting things ...
24
votes
9answers
22k views
Will Visual Studio 2010 support HTML 5?
Since Visual Studio 2010 is slated for release in March of 2010 and HTML 5 is now starting to be used even more widely, I would like to know if Visual Studio will ship with HTML 5 templates, standard ...
23
votes
4answers
4k views
How do you include additional files using VS2010 web deployment packages?
I am testing out using the new web packaging functionality in visual studio 2010 and came across a situation where I use a pre-build event to copy required .dll's into my bin folder that my app relies ...
23
votes
11answers
5k views
Is there a way to quickly find files in Visual Studio 2010?
Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse?
Edit: Or does Resharper offer this functionality?
23
votes
3answers
17k views
Reverse Engineering Code into a UML Class Diagram in VS 2010
Reverse engineering source code into a VS 2010 UML class model?
I have a bad feeling that this is not supported in VS 2010 (I'm using the RC from Feb 2010). I've tried dragging classes from the ...
21
votes
1answer
2k views
Disable code analysis for current file in ReSharper 5
In ReSharper 4.x there was a shortcut (Ctrl+8) for turning off the code analysis for the current file, but I cannot find the equivalent in ReSharper 5.0. Anyone knows where to find it?
The reason I ...
21
votes
4answers
4k views
Visual studio 2010: cannot connect for any online resource
Visual studio 2010 Premium installed on Widnows 7:
when try to connect for online gallery or online template, give me error like:
Cannot search for online exensions because an error occured while ...
21
votes
6answers
8k views
VS2010 always thinks project is out of date but nothing has changed
I have a very simmilar problem as described here.
I also upgraded a mixed solution of C++/CLI and C# projects from VS2008 to VS2010. And now in VS2010 one C++/CLI project always runs out of date. ...