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

learn more… | top users | synonyms (4)

6
votes
0answers
196 views

Visual Studio 2012 Natvis skip IndexListItems

I am creating a natvis file for the Qt classes and I ran into a problem. In order to visualize QHash objects I created these two types: <Type Name="QHashNode&lt;*,*&gt;"> ...
6
votes
0answers
154 views

change in config.DataServiceBehavior.MaxProtocolVersion from V3.0 to V2.0 cannot revert

I changed config.DataServiceBehavior.MaxProtocolVersion = DataServiceProtocolVersion.V3 from V3 to V2 to verify that JSON output is Verbose. However, when I change it back to V3, the output is ...
5
votes
0answers
46 views

Visual Studio's JavaScript code formatting in for loops

The default code formatting for JavaScript in Visual Studio 2012 does this with for loops: for (var a = b; a < c; a++) { } for (var a = b() ; a < c; a++) { } for (var a = b; a < c() ; a++) { ...
5
votes
0answers
359 views

Adding foreign key in visual studio 2012

I'm developing my first MVC project in Visual Studio 2012. Because i prefer "database first" approach i've started to design database. The question is: Why when i want to add foreign key i have all ...
4
votes
0answers
25 views

Loading Specific Symbols from a Symbol Server in Visual Studio that match a regex

We have a symbol server hosts our pdbs for our internal libraries. All dll's that are published begin with prefix "ABC" I would like to configure Visual Studio to Load only specified modules that ...
4
votes
0answers
128 views

MEF Import fails in Windows Service

I am having an issue in the MEF composition within my Windows service The below classes are the partial classes that inherit from the System.ServiceProcess.ServiceBase Imports System.ServiceProcess ...
4
votes
0answers
571 views

Using database project and SQL Data Tools in Visual Studio 2012 : How do I get temp tables to resolve?

I am learning Visual Studio 2012's "database project" system, using Visual Studio 2012 with Update 1, plus SSDT. I am finding it very good at finding real problems in my database, especially ...
4
votes
0answers
141 views

Visual Studio 2012 is slow when selecting items in the solution explorer

After having installed "Visual Studio 2012 Update1" some new buttons have been added, but unfortunately Solution Explorer has become incredibly slow. All mouse events on it (click, right click, ...
4
votes
0answers
148 views

Missing targeting pack for “.NETFramework,Version=v4.0,Profile=Profile47”

To help debug some problems I've been having compiling the portable version of FSharp.Core from the f# source code (Using a custom version of FSharp.Core.dll), I created some project files to be able ...
4
votes
0answers
402 views

TFS2010 with VS2012 workflow build process templates

It's known that Visual Studio 2010 works extremely slow with build process templates using Visual Designer for editing the XAML file (more info at: Why is the Workflow Designer so extremely slow when ...
4
votes
0answers
239 views

Winform App different Win 7 versus Win 8

I am having an interesting problem with a standard data driven Winform application. The application was originally developed on Windows 7 and Visual Studio 2010. I then built a new development ...
4
votes
0answers
732 views

Data driven tests generated in ClassInitialize: no longer working in Visual Studio 2012

I have upgraded from Visual Studio 2010 to Visual Studio 2012. In my unit test project, I have a [ClassInitialize] method which generates a CSV file which I then feed into a data-driven [TestMethod] ...
4
votes
0answers
140 views

How to select a specific entity diagram from solution explorer

In visual studio 2012 we can split an entity framework model into multiple diagrams. There doesn't seem to be any way to open a specific diagram from the solution explorer though. At the moment you ...
3
votes
0answers
33 views

Designer crash for Visual Studio 2012 Windows Phone

I recently switched from VS2010 to VS2012. The designer crashes every time even after re installing the SDK. Following exception is thrown : System.NullReferenceException Object reference not set ...
3
votes
0answers
32 views

Consuming ax2012 services in windows console application

I have a remote machine with AX2012 installed and in it I have built a custom service in AX2012 and I am able to use it properly in a windows console application (VS2010). But when I try to connect to ...
3
votes
0answers
107 views

System.Data.SQLite design-time components in VS2012 targeting .NET 4.0

My application is targeting .NET 4.0 because we plan to continue support for Server 2003 and Windows XP for now. I'm using Visual Studio 2012 with Entity Framework 4.4 (listed as 5.0 in NuGet) and ...
3
votes
0answers
100 views

Save LESS files as CSS with Visual Studio 2012 Express for Web

Microsoft recently released Web Tools 2012.2. The release notes state that it supports LESS editing and compiler support to enable building dynamic CSS using LESS. but when I save a LESS file, ...
3
votes
0answers
68 views

Cant add using Telerik.UI.Xaml.Controls.Grid namespace

I am trying to use the Telerik RadDataGrid in my project. For starting off I have just copied the code given the "Telerik Controls Example" app. But when I try adding the namespace "using ...
3
votes
0answers
74 views

VS2012 - Sudden Death

I have a fairly consistent but random occurrence of sudden death in Visual Studio 2012. This usually happens when I press F6 to build - VS will disappear without any message or warning. The event ...
3
votes
0answers
169 views

Output of Unit Tests running in VisualStudio

What I am trying to achieve is quite simple but I am probably missing something. All I want is to INSTATNLY see my tests logging in the Console window, I have tried Console.WriteLine(...) I have ...
3
votes
0answers
139 views

Visual Studio 2012 and Resharper's goto implementation

In my case I can be writing code in a controller class of an ASP MVC project and use the "Go to Implementation" feature (Ctrl+f12), then instead of going to my implementation it presents a popup ...
3
votes
0answers
174 views

Microsoft Git Provider and Visual Studio 2012 failed to start the configured compare tool

I'm working with most recent Visual Studio 2012 Update 2 and I have installed official Microsoft's Git support. But when I try to diff modified file studio screams: Failed to start the configured ...
3
votes
0answers
111 views

How can I let Visual Studio 2012 detect if virtual directories need to be remapped?

My situation: I am working on an ASP.NET MVC project and debug in IIS-Express. Sometimes when we create a temporary branch, this branch will use the same port for debugging. This means the virtual ...
3
votes
0answers
541 views

Missing prerequisites for Visual C++ in Visual Studio 2012

I've recently installed vs2012 and I've updated my ClickOnce application. To be more precise, the first time I've opened my C++ project (on which depends my primary c# project) I've not updated it and ...
3
votes
0answers
226 views

visual studio 2012 crashes with breakpoints

This just recently started happening. I've tried repairing Visual Studio which didn't work. Whenever I try to debug with a breakpoint Visual Studio crashes. I've tried using a completely new solution ...
3
votes
0answers
245 views

Visual Studio 2012 snippet shortcuts not working for SQL

I have a custom code snippet that I can access just fine via Ctrl+K, Ctrl+X and then typing 'm' for 'My Code Snippets' and hitting Tab, then typing the first letter of the snippet I want to use, then ...
3
votes
0answers
147 views

Intellisense Errors and #I with Script Files

Are there any known issues with Intellisense and the use of #I combined with #r when using script files? What I am noticing is that if I reference an assembly using #r and the full path I get ...
3
votes
0answers
373 views

Visual Studio 2012 not able to debug non-x64 .net applications: Access Violation

I upgraded (clean install) from Win7+VS2012 to Win8+VS2012. I ran into a problem just after that: When I try to run any project with the processor target AnyCPU or x86, vshost.exe crashes immediately ...
3
votes
0answers
75 views

visual studio 2012 - persist multiple solution explorer windows across VS sessions

I cannot find a way to persist my solution explorer windows (opened using the "New Solution Explorer View" after right clicking on a folder in the "base" solution explorer window). This is really ...
3
votes
0answers
340 views

Visual Studio Express 2012 for Web won't start. “Cannot find one or more components”

I installed VS Express 2012 for Web from the Web Platform Installer, but it won't start. I click the shortcut (or the EXE) and get this error message: Microsoft Visual Studio Express 2012 for ...
3
votes
0answers
61 views

Disable search selection in Visual Studio

Does anyone know if its possible to disable the search in "Selection" option when searching in Visual Studio? I find the search selection really confusing and I never want to search in a selection. ...
3
votes
0answers
111 views

nunit-agent seems to be failing to load probing privatePath from tests configuration

Previously, when I had only Visual Studio 2010, my unit tests were executing fine. Basically, my tests are composed of two files: UnitTests.dll and UnitTests.dll.config. Where UniTests.dll.config had ...
3
votes
0answers
990 views

Visual Studio 2012 theme for 2010

Not exactly a programming question, but I'm just wondering if anyone has gone through the effort or know of someone who has, of making 2010 match the look and feel of 2012 as much as possible. I ...
3
votes
0answers
114 views

ReSharper Search and Replace with Pattern

I would like to re-factor various blocks of code throughout a project using ReSharper 7.1 Search / Replace with pattern. The code blocks are similar to the following simplified example: ...
3
votes
0answers
142 views

unit testing in debug mode using MBUnit 3.4 or XUnit, and Test Driven .NET 3.4.2808, on VS 2012 with .NET 4.5 fails

So I just upgraded a project to .NET 4.5 on VS 2012. Now if I run the tests, they run just fine, but when I run tests in debug mode by right clicking in a unit test and clicking on "Test With --> ...
3
votes
0answers
1k views

Remote Debug Win8 Surface App from VS2012

I'm trying to debug a Windows Store app from within VS2012 on a Microsoft Surface RT tablet. Both the desktop development system and the Surface tablet are on the same subnet (191.168.1.x). I've ...
3
votes
0answers
188 views

Right mouse click in visual studio 2012 hanging

In Visual Studio 2012, I have noticed that when I use the right mouse button for the context menu, it takes between 10 and 20 seconds before the menu appears...This has only been a recent issue. I ...
3
votes
0answers
296 views

Visual Studio 2012 Target Schema for Validation Not Working

My first question here on stackoverflow: I have installed Visual Studio 2012 and love the new IDE. The only problem I seem to be having thus far is that the target schema for validation is not ...
3
votes
0answers
1k views

“LoaderLock was detected” with Visual Studio 2012

I have a couple of MVC projects which use SQL CE 4.0 and Entity Framework. Since moving to Visual Studio 2012 I keep getting the following error (not every time, but frequently) LoaderLock was ...
3
votes
0answers
263 views

UnmanagedExportLibrary VisualStudio 2012

I'm using the UnmanagedExportLibrary template and it has bee working perfectly. I can use all my .NET Components from my Clarion for WIndows Applications. Excellent.. Problem: I have installed ...
3
votes
0answers
674 views

Function import list is empty for Entity Framework 5.0

I've started work on an application that uses Entity Framework 5.0 and MVC 4 in VS 2012. The application connects to an existing database, so this is a database first site. So far things are working ...
3
votes
0answers
845 views

What 's wrong with VS2012 and Performance Analyzer?

I am trying to do some perf. analysis on a piece of code that is dog slow... I start VS2012 Premium as Admin, load my solution and the go to 'Analyze - Launch Performance Wizard' Immediately I am ...
3
votes
0answers
734 views

Registry permission for Visual Studio 2012

During web application creating i got below popup message: "Visual studio does not have permissions to read the template information from the registry. this is often caused by registry permission ...
3
votes
0answers
550 views

how to use msbuild properties in sqlproj (SQL Server 2012) script

I just upgraded my existing SQL Server 2008 r2 .dbproj to a SQL Server 2012 .sqlproj (using SQL Server Data Tools). Previously, I was able to define a SQLCMD variable in my project, and then define ...
3
votes
0answers
936 views

Creation of 2 ListViews in Metro App using HTML & Javascript

Iam trying to create 2 Listviews with different information in a single html file.But, here if i modify one listview it is effecting on other listview also. But I need to maintain 2 listviews with ...
3
votes
0answers
2k views

Visual Studio 2012 install: ngen hangs/does nothing

I've been trying to get Visual Studio 2012 Professional RC installed (upgrading from VS 11 Beta on Windows 7 x64) and I'm finding that the installer seems to "hang" at seemingly arbitrary times. I ...
2
votes
0answers
34 views

Lambda returning lambda incorrectly infers return type?

This question is a continuation of a recent question of mine: What is this compiler error when using a lambda as a template parameter? This code fails to compile using the VS2012 (Update 2): int ...
2
votes
0answers
27 views

Strange MinGW behaviour with OpenGL after VS2012 update

For some reason, which has only appeared today after installing the VS2012 update 2, running programs using OpenGL from the MinGW terminal results in strange rendering behaviour. If I run an ...
2
votes
0answers
21 views

Creating Item Template in Visual Studio 2012 with multiple, non-nested files

I'm looking to create a new Visual Studio 2012 Item Template that generates five files, three of which are nested, one which isn't. It should look like this: MyView1.View MyView1.view.cs ...
2
votes
0answers
23 views

asp.net Attempting to create publish settings in vs 2012 gives strange error

I recently updated my asp.net 3.5 web project from Visual Studio 2010 to Visual Studio 2012. Every time I try to create publish settings it says the following: {There are errors in web.config. ...

1 2 3 4 5 55