visual-studio-2015 Questions

35

Solved

I have an ASP.NET core project and I'm getting this error when I try to build it: error TS18003: Build:No inputs were found in config file 'Z:/Projects/client/ZV/src/ZV/Scripts/tsconfig.json'. Spe...
Ryter asked 18/12, 2016 at 18:37

8

Solved

After using VS2015 snapshot and profiling tools, I can't seem to get the diagnostics tools to work again. Every project, even new ones just say the following The Diagnostic Tools window does no...

6

Solved

my Visual Studio does not recognize my Windows 10 SDK. The steps to reproduce it: Install VS 2015 Professional with update 3 and select the windows SDK for version 10.0.14393.0 as optional fe...
Parisi asked 9/2, 2017 at 12:58

6

When I add a static string property to my class that returns a long string I get this error. In the same project I have added lots of string properties over 20k chars, but when I create another pr...
Rosenquist asked 12/5, 2016 at 17:10

23

Solved

I've copied my project to a clean Windows 10 machine with only Visual Studio 2015 Community and SQL Server 2016 Express installed. There are no other framework versions installed apart from those i...
Mishear asked 16/7, 2016 at 5:43

73

What I'm doing: Opening Visual Studio Community 2015 File -> New -> Project Under Visual C#: Web -> ASP.NET Web Application Web Application And press f5 for the popup error "unable to connect to ...
Pump asked 27/2, 2016 at 21:36

24

Solved

I just upgraded from Visual Studio 2013 to 2015 and now I am having trouble with breakpoints. It's a hit or a miss where break points will actually work and if I set one while debugging I get the ...

32

Solved

I have been having issues with Intellisense in Microsoft Visual Studio 2012. I will be working in a project, editing code and whatnot (after a period of time, anywhere from 5 minutes to over a...

8

Solved

Is there a shortcut to surround a given (selected) code block with curly braces? VS 2015 + R# 2016.1

4

This might seem like a stupid question but I just installed VS 2015 RC and I cannot for the life of me figure out how I'm supposed to get the latest version from Team Foundation Server now. It seem...
They asked 10/5, 2015 at 16:53

2

I would like to know if there is any Visual Studio Code extension for Enabling Browser Link DashBoard like in Visual Studio. I have been searching without luck, I just see result for debug. I miss ...

4

Solved

When I open a project with a package.json in Visual Studio 2015, an npm install is automatically started, and VS is unresponsive until the install is completed. I would much rather prefer running ...
Pastorate asked 7/8, 2015 at 11:46

15

Solved

I am attempting to create an Entity Data Model using the wizard to reverse engineer an existing MySQL database. I get to the Choose Your Data Connection page of the wizard, select an existing MySQL...
Guttering asked 23/8, 2016 at 20:22

16

I followed this article to deploy my ASP.NET MVC Core 1.0 app to local IIS on my Windows 10 that is using IIS 10. The application deployed successfully and it opens the home page fine. I'm using In...
Attribute asked 28/9, 2016 at 3:33

3

Solved

Please consider the following nuspec file: <?xml version="1.0"?> <package > [SOME METADATA] <files> <file src="bin\x64\$configuration$\GR*.filetype" target="content\" />...
Aleurone asked 25/6, 2017 at 15:19

4

Solved

While Goto Definition works as expected with key F12, the hotkey Alt+F12 for Peek Definition no longer does anything. How do I restore Alt+F12 functionality?
Ethelred asked 3/12, 2016 at 4:31

26

I'm using this MSDN Tutorial to run in VS2015 the command PM> Add-Migration MyFirstMigration -context BloggingContext that ran yesterday successfully but today it's giving the following error th...
Unconventional asked 3/7, 2016 at 19:5

2

Solved

I tried to publish my Azure Cloud project, and I am getting the following error message Could not copy the file obj\Debug\build.force because it was not found C:\Program Files (x86)\MSBuild\Mi...

5

Solved

I'm trying to get into that Visual Studio Resource Group template. So far it's looking good, and I have added some appsettings for a web app, but my question is, how can I make them deployment slot...

2

I recently started looking into the topics of Pico processes (see here and here). I also started reading the Windows Internals 7th Edition Part 1 book. As stated in the book, currently there is no...
Fontanez asked 15/4, 2018 at 18:41

8

Solved

I have a warning message that came to dinner but now won't leave. Multiple packages failed to uninstall. Restart Visual Studio to finish the process. Unfortunately, however, restarting Visua...
Zinn asked 15/4, 2017 at 3:18

3

Solved

In Visual Studio 2015 Community, if I click Debug->Options I get these controllable options: Also, after I click Debug -> Windows -> Exception Settings I get these: I am currently experi...
Amoral asked 15/5, 2017 at 20:35

15

Solved

Environment: Win 10, VS 2015, patched to the kazoo. Behaviour: The VS 2015 (as of Aug 2015) has a blank properties window when opening some projects and clicking on some visual items (winforms). ...
Shirleenshirlene asked 28/8, 2015 at 2:44

20

When I run PM> Remove-Migration -context BloggingContext in VS2015 with an ASP.NET Core project using EF Core, I get the following error: System.InvalidOperationException: The migration '2016070...

3

I am getting the following error in my NuGet Package Manager within VS 2015 [Nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. The ServicePointManager do...
Aide asked 24/10, 2018 at 20:48

© 2022 - 2025 — McMap. All rights reserved.