All Questions
Tagged with visual-studio visual-studio-2012
511 questions
540
votes
25
answers
826k
views
Error 'LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt' after installing Visual Studio 2012 Release Preview
I've installed Visual Studio 2012 Release Preview, and it appears to be fine, but now when I try to use Visual Studio 2010 to compile C++ projects, I get the following error message:
LINK : fatal ...
1314
votes
22
answers
700k
views
.gitignore for Visual Studio Projects and Solutions
Which files should I include in .gitignore when using Git in conjunction with Visual Studio Solutions (.sln) and Projects?
7
votes
3
answers
69k
views
How to include OpenSSL in Visual Studio
I am having a hard time trying to add openssl to my project. I have downloaded the precompiled installer for windows, and I have the libraries installed, but I can't find a way to include openssl in ...
575
votes
55
answers
394k
views
Visual Studio debugging/loading very slow
I'm at wit's end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my ASP.NET MVC sites. Not always: at first, the projects will load nice ...
68
votes
5
answers
45k
views
Set content files to "copy local : always" in a nuget package
I generate a nuget package from a project with this command in the post-build event. the variable %conf% is set to the right configuration (debug or release) and %1 is the project name (e.g. "...
325
votes
36
answers
307k
views
How can I fix the Microsoft Visual Studio error: "package did not load correctly"?
I installed Visual Studio 2012 and DevExpress 13.1. As Visual Studio started, it generated an error shown by this attached image,
The 'Microsoft.VisualStudio.Editor.Implementation....
133
votes
21
answers
89k
views
Visual Studio 2012 - Intellisense sometimes disappearing / broken
My colleagues and I are using VS2012 for some weeks now. Sometimes after working several hours the intellisense is broken. After closing all open tabs it works again.
Are there more people out there ...
31
votes
4
answers
23k
views
How to set Visual Studio Filters for nested sub directory using cmake
I have following structure
Main (dir)
+-- CMakeLists.txt
+-- File.cpp
+-- File.hpp
+-- Dir (dir)
+-- CMakeLists.txt
+-- File1.cpp
+-- File1.hpp
...
150
votes
34
answers
375k
views
Error HRESULT E_FAIL has been returned from a call to a COM component VS2012 when debugging
I have a problem debugging a project migrated from Visual Studio 2010 to 2012. Every time I go to debug it I get the error message:
"Error HRESULT E_FAIL has been returned from a call to a COM ...
25
votes
7
answers
19k
views
MSDeploy skip rules when using MSBuild PublishProfile with Visual Studio 2012
I'm trying to use WebDeploy to publish a website using custom MSDeploy skip rules and a publish profile saved in Visual Studio 2012.
I have the publish profile working from the command line, but the ...
69
votes
8
answers
77k
views
Intellisense doesn't work for JavaScript in Visual Studio 2012
I have a clean, out-of-the-box installation of Visual Studio 2012 Web Developer Express and for some reason the support for JavaScript (both jQuery, jQuery UI and other libraries) has disappeared. I ...
177
votes
5
answers
77k
views
IIS Express Immediately shutting-down running site after stopping web application
I'm using visual studio 2012 in the first days when I want to stop application in IDE, application was still running on IIS Express, I could browse and work with running application, but now I can't. ...
127
votes
7
answers
63k
views
class name and method name dropdown list is missing (visual studio setting)
Does anyone know how to get my class name and method name dropdown lists again? It's the dropdown lists that are usually above the code. It's just a setting but i can't seem to find it. I don't want ...
34
votes
11
answers
83k
views
TF400324: Team Foundation services are not available from server <Server/CollectionName> in Visual Studio 2012
When I open my existing solution in Visual Studio 2012 professional, I got the above error. This used to work but something messed up after the computer is rebuilt.
I have installed Visual Studio ...
21
votes
2
answers
5k
views
Can the Visual Studio Debugger display strings unquoted/unescaped?
The managed debugger in Visual Studio (I am using 11.0) displays string values containing double quotes and backslashes like this:
"{\"Text\":\"C:\\\\Temp\"}"
Occasionally I would like to display an ...