Visual Studio 2012 is the latest version in Microsoft's Visual Studio product line

learn more… | top users | synonyms (4)

110
votes
13answers
100k 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 ...
318
votes
10answers
42k 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? Community Wiki: #OS junk files [Tt]humbs.db *.DS_Store #Visual Studio ...
27
votes
6answers
10k views

How do i create an InstallShield LE project to install a windows service?

I downloaded Visual Studio 2012 yesterday when it was released on MSDN. I have noticed that a few of the project types that we had in 2010 are gone or different. The biggest difference for me right ...
99
votes
3answers
62k views

How to install XNA game studio on Visual Studio 2012?

Is it possible to create XNA games using Visual Studio 2012?
20
votes
3answers
18k views

Compiling Qt 4.8.x for Visual Studio 2012

What steps should I take to compile Qt (version 4.8.x) for Visual Studio 2012? I already carefully followed the instructions in the accepted answer of this question (which is for VS 2010), but WebKit ...
29
votes
9answers
16k views

Using jQuery with Windows 8 Metro JavaScript App causes security error

Since it sounded like jQuery was an option for Metro JavaScript apps, I was starting to look forward to Windows 8 dev. I installed Visual Studio 2012 Express RC and started a new project (both empty ...
34
votes
3answers
13k views

Converting VS2012 Solution to VS2010

I'm working in VB project with VS 2012 and after finish i try to add setup project I didn't find it so i switched to VS 2010 but the problem is the project is not opened and a message appeared the ...
39
votes
4answers
10k views

How to Distribute Compiled Windows 8 Metro Applications without Windows Store?

I am just curious if there is a way to package up a Windows 8 Metro application to distribute it to others with the Windows 8 Developer Preview installed? It would be nice to be able to allow someone ...
7
votes
1answer
7k views

WebClient class doesn't exist in Windows 8

I want to use a HTTP webservice, and I've already developed an app for wp7. I use the WebClient class, but I can not use it for windows 8 ("error: type or namespace can not be found"). What else can ...
11
votes
6answers
7k views

MVC4 Scaffolding Add Controller gives error “Unable to retrieve metadata…”

I'm using RTM version of Windows 8 and VS 2012 Ultimate. I have a MVC4 project using SqlCe 4.0 with a code first entity framework model. Model is very simple: public class MyThing { ...
31
votes
2answers
7k views

Where is Web Site Administration Tool in Visual Studio 2012

I can't find this button. And if I add asp.netwebadminfiles to the host address in the URL, the page is not found. How can I open this tool?
107
votes
15answers
21k views

Visual Studio 2012 Web Publish doesn't copy files

I have a Web Application project in VS 2012 and when I use the web publishing tool it builds successfully but doesn't copy any files to the publish target (File System in this case). If I look at the ...
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?
72
votes
5answers
39k views

Intellisense and code suggestion not working in VS2012 Ultimate RC

I have just downloaded and installed Visual Studio 2012 RC Ultimate, but I'm having an issue with the intellisense: it is not working until I press Ctrl+Space, and code suggestions are disabled also ...
38
votes
3answers
37k views

Create MSI or setup Project with visual studio 2012

I create a small application and i would like to create 1 msi file. In visual studio 2010 you have this project type under: Other Project Types > Setup and Deployment > Visual studio Installer > ...
35
votes
9answers
5k views

How can I get user type C# syntax highlighting working again in VS 2012 RC?

Somehow part of my syntax highlighting for C# code has disappeared in the VS 2012 IDE. Uninstalling, rebooting, and reinstalling does nothing, nor does resetting the colors in the options dialog. ...
19
votes
3answers
25k views

Crystal Reports for VS2012

I have installed VS2012 Ultimate on a fresh PC. I tried adding the Crystal Reports file in my project but there is no crystal report .crt Item avaliable into Add New Item menu of the VS2012 Is there ...
19
votes
6answers
10k views

Change the Target Framework for all my projects in a Visual Studio Solution

I need to change the target framework for all projects. I have many solutions with hundreds of projects. Anything new here or do I have to change every single project?
22
votes
4answers
4k views

What is special about the executables compiled with Visual Studio 11 which results in that the executables cannot be executed on Windows XP?

I compile my C++ source code with Visual Studio 11 Developer Preview. I statically link to the runtime library. The resulting executable cannot be executed on Windows XP. When I try to execute it on ...
16
votes
5answers
1k views

Debugging MVC application in VS2012 attempts to start IIS Express twice

UPDATE I'm certain this is a Visual Studio bug with no obvious solution. I've encountered a number of people who have the same exact issue. I have submitted a bug ticket with Microsoft here: ...
19
votes
3answers
8k views

Will Web Deployment Projects still be available in Visual Studio 2012?

It looks like Visual Studio 2012 will not include Visual Studio Setup and Deployment Projects according to MSDN, so I'm currently learning WiX. Will this loss of functionality extend to Web ...
15
votes
1answer
2k views

Is Visual Studio 11 beta missing the “Add Deployable Assemblies” menu option?

In Visual Studio 2010 SP1, there is an option on the right-click menu on a web project to Add Deployable Assemblies. Phil Haack blogged about it here. In Visual Studio 11 beta and Visual Studio 2012, ...
3
votes
1answer
2k 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 ...
1
vote
2answers
2k views

Using OpenCV in a Windows 8 Store app with Visual C++ 2012

I am trying to use the OpenCV library for some image processing inside my Windows 8 Store app using C++/CX. I am able to build the OpenCV library using Visual C++ 2012 but when I package my app and ...
8
votes
2answers
3k views

XAML cannot find reference in local namespace

I created a new Metro Split App in C++ using VS2012 on Win8 (both RC). Everything compiled and worked out of the box. I then changed went through and changed the generated namespaces to my own. After ...
7
votes
2answers
5k views

Visual Studio 2012 Error Reference.svcmap throwing Error

Started using Visual Studio 2012 RC since yesterday, We have one WCF solution. Whenever i try to use the "add/remove reference" dialog in another solution, I get below error after adding the service. ...
3
votes
2answers
944 views

Referencing TypeScript file includes whole file in output

I have created a new Windows 8 JavaScript Blank app with TypeScript 0.8.1 and Web Essentials installed. I have added both a file foo.ts and bar.ts to my project. foo.ts contains only a simple class: ...
2
votes
4answers
5k views

Compiling a MFC app from Visual Studio 2010 to 2012 RC results in LNK2038

My project is compiling and running OK in debug and release modes in VS 2010. Today I tried to compile it with VS 2012 and I got this error : 1> Generating Code... 1>pcrecppd.lib(pcrecpp.obj) ...
2
votes
1answer
1k views

.NET 4.5 Beta DbGeography NotImplementedException

I have a brand new server which I installed the .NET 4.5 Beta redistributable on. I am getting a NotImplemented exception when trying to use the spatial features. This code... var x = ...
218
votes
6answers
18k views

How to disable all caps menu titles in Visual Studio 2012 RC?

I assume the title is self explanatory. Just want to change the look of the Visual Studio 2012 not to show menu title in all capital letters.
130
votes
8answers
39k views

Where can I locate themes for VS2012

Okay, the lack of color on VS2012 is gross. Is there someplace I can get a theme pack or something for it so that it actually looks reasonable? I really liked the look of VS2010. However, the new ...
19
votes
6answers
10k views

Can ARM desktop programs be built using visual studio 2012?

I was working with visual studio 2012 beta and my desktop (win32) program compiled fine in ARM architecture. After upgrading to visual studio 2012 RC, the compiler would not work and spews out the ...
18
votes
6answers
13k views

Intellisense doesn't work for JS in VS2012

I have a clean, out of the box installation of VS2012 Web Developer Express and for some reason the support for JS (both jQuery, jQuery UI and other libraries) has disappeared. I believe it worked ...
42
votes
11answers
6k views

What is this 'Waiting for Background operation' in Visual Studio 2012?

Occassionaly, but fairly often, for no apparent reason, VS 2012 will lock up with a dialogue that says, "Waiting for a background operation to finish". E.g. this may happen during a plain old code ...
28
votes
7answers
8k views

Alternative to Macros in Visual Studio 2012

I use Macros extensively for ViewModel properties in Xaml development. I use them even more in WCF to generate Message & DataContract Properties. To my disappoint the macros I've built aren't ...
9
votes
3answers
9k views

Entity Framework 5 and Visual Studio 2012 POCO Classes in Different Project

In VS 2010 and EF 4.4, you were able to move and edit .tt files when using the DBContext generator in Entity Framework such that your POCO objects where in a different project than your DBContext ...
8
votes
3answers
2k views

Downloading and integrating Qt5 with Visual Studio 2012

How do you get Qt5 to download and integrate with Visual Studio 2012? What are some of the problems you will encounter, and how do you solve those problems?
38
votes
4answers
24k views

Limitations of Visual Studio 2012 Express Desktop

I'm in the process of deciding whether or not to use Visual Studio 2012 Express for Desktop or purchase a retail copy of Visual Studio 2012 Professional for my desktop program. The program is built ...
14
votes
1answer
6k views

How to deploy a Metro App to the Desktop?

I am trying to deploy my C# app to my Windows 8 Metro desktop. I can see the deployed files in the bin folder but when i try to open them i get the following error: This application can only run ...
11
votes
3answers
2k views

ASP.NET MVC 4 + Ninject MVC 3 = No parameterless constructor defined for this object

Before we start, I know this is a very common question and I've been using Ninject for many moons without issues, but now it's come up and I can't figure out a fix. Also, no, none of the results on ...
10
votes
4answers
6k views

How do I target .NET 4.0.3 on XP using Visual Studio 2012? Application fails to run with “not a valid Win32 application”

I have a large application targeting .NET 4.0.3 that needs to run on XP. It builds fine using Visual Studio 2010 SP1 and runs properly on XP. Building using Visual Studio 2012 targeting .NET 4.0.3 ...
4
votes
4answers
18k views

How do you install GLUT and OpenGL in Visual Studio 2012?

I just installed Visual Studio 2012 today, and I was wondering how can you install GLUT and OpenGL on the platform?
8
votes
2answers
5k views

Using async without await

I'd like to make a function async, so I simply add async like this: public async static void something(){ } You can see that its return-type is void. I just want this function to be called ...
3
votes
1answer
2k views

Visual Studio TypeScript Options

How do I tell the TypeScript compiler to generate amd modules (--module amd) from within Visual Studio. Thanks.
6
votes
3answers
2k views

Proper way to use Async with VS 2010 now that VS 2012 is released?

Due to work restrictions, I need to continue using Visual Studio 2010 for the immediate future. At the same time, I have been learning about Async in my personal coding. Is the latest Async CTP fully ...
6
votes
2answers
816 views

Tests are no longer executed through Visual Studio 2010 after Visual Studio 11 beta was installed

I have created many TestProjects with Visual-Studio-2010 Ultimate. All tests were executed successfully (they were simple unit tests). Now I installed Visual-Studio-11 beta and I realized that they ...
5
votes
1answer
2k views

missing header file on a new installation of visual studio 2012

I just installed visual studio 2012 and tried running my C++ project on it. compilation fails due to missing "SDKDDKVer.h", "windows.h", etc. I installed the windows 8 sdk from Windows Software ...
2
votes
1answer
358 views

Adding NuGet ndef library to windows phone 8 project

So I tried to add the NDEF library for proximity application in Visual Studio 2012 for a Windows Phone 8 app. In Package Manager I checked Allow NuGet to download missing packages during build and in ...
1
vote
1answer
1k views

Do SSRS Reports support Localization/Resources in Visual Studio 2010 or 2012?

I haven't seen anything in the release notes, has anyone determined if there has been any improvement in this area? It's kind of surprising MS wouldn't support .resx files out of the box for SSRS ...
89
votes
6answers
15k views

Can you force Visual Studio to always run as an Administrator in Windows 8?

I've always disabled UAC on my machines, and did the same after my Windows 8 upgrade, or so I thought. It turns out there is no off option, only turning off the notifications. This means nothing is ...

1 2 3 4 5 9