Visual Studio is an integrated development environment (IDE) from Microsoft.

learn more… | top users | synonyms (2)

638
votes
3answers
73k views

Why does changing 0.1f to 0 slow down performance by 10x?

Why does this bit of code, const float x[16] = { 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6}; const float ...
294
votes
39answers
51k views

Visual Studio 2010 - recommended extensions [closed]

What are your recommended extensions for Visual Studio 2010? (Please indicate if its free or not And also its purpose / function too) Free: PowerCommands - useful extensions for the Visual Studio ...
160
votes
16answers
51k 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 ...
158
votes
9answers
92k 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.
151
votes
5answers
63k 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 ...
134
votes
12answers
96k views

the type or namespace name could not be found

I have a C# solution composed of several projects in Visual Studio 2010. One is a "Test" project (I'll call it "PrjTest"), the other is a Windows Forms Application project (I'll call it "PrjForm"). ...
126
votes
2answers
11k views

css file not opening in visual studio 2010 sp1?

I am unable to open CSS files in Visual Studio 2010 after adding to a project. It shows the following error: The operation could not be completed.Unspecified error. Even if I try to edit ...
126
votes
1answer
5k 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 ...
120
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. ...
115
votes
13answers
104k views

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt after installing VS2012 release preview

I've installed VS2012 Release Preview, and it appears to be fine, but now when I try to use VS2010 to compile C++ projects, I get the following error message: LINK : fatal error LNK1123: failure ...
114
votes
2answers
17k views

push_back vs emplace_back

I'm a bit confused regarding the difference between push_back and emplace_back. void emplace_back(Type&& _Val); void push_back(const Type& _Val); void push_back(Type&& _Val); As ...
106
votes
2answers
10k 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 ...
95
votes
3answers
26k 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 ...
91
votes
2answers
33k 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 ...
90
votes
4answers
16k 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 ...
85
votes
11answers
26k 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 ...
79
votes
3answers
22k 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 ...
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
2answers
36k 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 ...
77
votes
10answers
30k 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 ...
75
votes
15answers
29k views

Can Visual Studio 2012 be installed side-by-side w/ Visual Studio 2010?

Will Visual Studio 2012 interfere/break .NET 4 and/or Visual Studio 2010 if installed side-by-side on the same instance of Windows?
73
votes
5answers
26k views

Asp.net 4.0 has not been registered

When I try to open visual studio project I get following error. Asp.Net has not been registered on the webserver you need to manually configure your webserver for Asp.net 4.0. Update: Never mind I ...
72
votes
12answers
17k 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?
72
votes
4answers
20k 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# ...
71
votes
2answers
15k 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 ...
70
votes
11answers
29k views

VS2010 and IE10 Attaching the Script debugger to process iexplore.exe failed

So I am using Win7 x64 with VS2010 and have installed the IE10 Win7 Preview and ReSharper 6.1. When I attempt to Start Debugging, I receive the following: "Attached the Script debugger to ...
68
votes
3answers
17k 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 ...
68
votes
15answers
32k 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 ...
64
votes
15answers
30k 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. ...
64
votes
3answers
16k 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 ...
64
votes
13answers
13k 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 ...
63
votes
2answers
20k views

Visual Studio 2010 - C++ project - remove *.sdf file

I would like to know if I can safely delete the sdf file that stores information for Visual Studios Intellisense - is it going to be rebuilt the next time that I open the solution? Do I lose anything ...
62
votes
9answers
29k 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 ...
61
votes
6answers
26k 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 ...
58
votes
5answers
17k views

Visual studio 2010: cannot connect for any online resource

Visual studio 2010 Premium installed on Windows 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 ...
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 ...
56
votes
3answers
10k 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 ...
55
votes
2answers
24k 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 ...
54
votes
2answers
11k views

Running two projects at once in Visual Studio

I created a solution in Visual C# 2010 Express that contains two projects: one is the client, the other is the server. I would like to debug both at the same time, but I can only seem to run one of ...
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
7answers
19k 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 ...
54
votes
2answers
1k 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 ...
53
votes
5answers
34k views

Format code shortcut for VS2010?

In eclipse there is a shortcut Ctrl+Shift+F that re-indents code and fixes comments and blank lines. Is there an equivalent for Visual Studio 2010?
51
votes
3answers
9k views

Visual Studio 2010 hangs up when opening a .sql file

I launch VS 2010, and simply open any ordinary (or blank) .sql file and it shows up incorrectly drawn inside the IDE. It draws the document tab, but nothing else. If I type on the keyboard, VS locks ...
51
votes
9answers
15k views

How to turn on Visual Studio 2010 .css Intellisense on .less file

Does anyone know how to enable css intellisense in a non .css file extension? I have a .less file that is basically a .css file but visual studio will not use .css intellisense on the file.
51
votes
3answers
13k views

TF30063: You are not authorized to access Collection. Nuget and Tfs conflicting

Latest Comment I believe my problem occurs when using Nuget, however, if you are reading because of the TF30063 error. Have a look at the answer I provided and accepted. Original Post I am getting ...
50
votes
4answers
11k views

How do I disable zoom on control-scroll in Visual Studio 2010?

Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the control + mouse scroll idiom for zooming in and out. The ...
50
votes
5answers
27k views

CSS 3.0 in Visual Studio 2010

I would like to use Validation (CSS 3.0) instead of CSS 2.1 for Visual Studio 2010. I've scanned through SO and noticed a comment saying that 3.0 wasn't finalized so it wasn't available for 2008, but ...
50
votes
6answers
7k views

How to enable “Enable .NET Framework source stepping”?

Update 2/22/2013: The Microsoft Connect entry has note from Alok Shriram (Program Manager, Base Class Libraries, .Net Framework) that the issue should now be resolved. The Connect entry is marked as ...
49
votes
2answers
8k views

How to manually uninstall a Visual Studio 2010 extension?

So I got prompted to download the latest NuGet Package Manager in VS2010. All previous updates (including this) has failed with: VSIXInstaller.SignatureMismatchException: The installed version of ...

1 2 3 4 5 681