Questions tagged [visual-studio-2015]

Visual Studio 2015 is the version of Microsoft's Visual Studio product suite which follows 2013 version (also known as "Dev14", includes C++ compiler version 19.0). Use this tag if you have a specific question about Visual Studio 2015 features and functionality, not just a question reading your code.

The version of Visual Studio which follows . The Release to Market (RTM) version of Visual Studio 2015 has been made available from July 20th 2015.

Visual Studio 2015 includes a variety of improvements, including better use of the Roslyn compiler tools, simplified community versions and plugin support for the community edition, better cross-platform development support and an improved debugger1.

Visual Studio is followed by , which was released on March 7th 2017

###More Information:

19634 questions
9
votes
1 answer

Visual Studio 2015 not responding

I have recently installed Windows 10 in my DELL laptop. I see quite often Visual Studio 2015 not responding. Is there a log that I can turn on to see what's happening in the Visual Studio while loading a project, to see any add-on delaying the…
wonderful world
  • 10,969
  • 20
  • 97
  • 194
9
votes
2 answers

ReSharper Shift+Alt+L (go to open file) not working in 2015 with .resx?

I'm wondering if this is just my ReSharper setup, but as of updating to Visual Studio 2015 with ReSharper Ultimate 9.1.3, using the Shift+Alt+L shortcut while editing a .resx in the designer does nothing. Has anybody else experienced this, and is…
9
votes
2 answers

Where did the setting "Get everything when a solution or project is opened" go in Visual Studio 2015?

In visual studio 2010\2013 there was an option to get latest on solution open, it seems to be missing for 2015. Anyone know where it went?
NullReference
  • 4,404
  • 12
  • 53
  • 90
9
votes
2 answers

Debugger agent is not enabled

I'm debugging a Cordova TypeScript project with Ripple. When I debug (Debug > Android > Ripple), the debug output window does not display debug messages. Instead, I get the following message: code: -32000 message: Debugger agent is not enabled…
DeanB_Develop
  • 2,107
  • 3
  • 23
  • 37
9
votes
5 answers

System.NullReferenceException occurs in xaml designer

I've created a C++ UWP Windows 10 app using Visual Studio 2015. However, I'm not able to visualize any xaml in the designer because I'm always getting a System.NullReferenceException error. How can I fix this?
9
votes
8 answers

Missing icons in Visual Studio 2015 after installing extension

I followed the steps to create a Visual Studio extension, however after installing the extension in VS2015, Visual Studio does not display any icons in toolbars in menus. Any idea what could be the cause and how to restore icons.
AlexRoz
  • 123
  • 1
  • 1
  • 5
9
votes
1 answer

Visual Studio 2015 not importing fonts and colors from 2013 properly

I am trying to import my fonts and colors from Vs 2013 to Vs 2015. To do that I go in Vs 2013, Tools, Import and Export Settings, Export Selected Environment Settings and inside it I check only Options, Environment, Fonts and Colors. Well. When I…
Rafael Merlin
  • 2,517
  • 1
  • 25
  • 31
9
votes
3 answers

Visual Studio 2015 Errors in watches and no value pop-up when I hover over variable. BC32208

I'm having difficulties with serveral of my VB.Net projects that I have upgraded to Visual Studio 2015. These projects have be upgraded over many years from visual studio 2003 to 2005 to 2010 to 2012. The code will compile and run without error.…
jo0ls
  • 389
  • 1
  • 9
9
votes
1 answer

VS2015 Internal Compiler Error when using inheriting constructors

Here's a 10-line C++11 program, vastly simplified from a program I'm working on: template class Base { public: template Base(S x) {} }; template class Child : public Base { public: using…
geometrian
  • 14,775
  • 10
  • 56
  • 132
9
votes
1 answer

How do you see which exceptions are thrown with Intellisense in VS2015?

This was addressed and fixed in VS2015 Update 1 Is there any way to show the Exceptions in VS2015? VS2015 VS2013
onewaytofindout
  • 167
  • 1
  • 11
9
votes
1 answer

Azure remote debugging with VS 2015 not connecting

I have just upgraded to VS2015 and when I try to connect the Remote Debugger to an Azure web app, I get this error: The following error occurred while launching remote debugging: Unable to connect to the Microsoft Visual Studio Remote Debugger…
Douglas Woods
  • 824
  • 2
  • 9
  • 25
9
votes
2 answers

Visual Studio 2015 RTM Find in Files dialog broken

The Find in Files and Replace in Files dialogs will not open. Neither through shortcuts nor through the menu items. What could be the problem, how could I debug this? Update: The same dialogs are broken on my copy of Visual Studio 2013 as well. …
Marcelo Mason
  • 6,750
  • 2
  • 34
  • 43
9
votes
2 answers

MySql in DNX 5.0

I would like to ask- is it possible to connect to MySql database in DNX Core 5.0? In my project I need to do web api and I have vNext Class Library project that should connect to MySql database and manipulate the data in this database. But... I have…
micihime
  • 91
  • 4
9
votes
4 answers

Unable to update EntityFramework models from MySQL database in Visual Studio 2015 RC

My organization upgraded from Visual Studio 2013 to Visual Studio 2015 RC a couple months ago, and we only just now attempted to update some of our existing "db-first" EntityFramework models from our MySQL database. When doing so, we received the…
9
votes
3 answers

pdb file is mising after PostSharp

I am using PostSharp version 2.1.6.4 (also tried latest version 2.1.7.35) and sometimes pdb file is missing and there is a pssym file in it's place.
Aleksei Poliakov
  • 1,322
  • 1
  • 14
  • 27