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...
Assuming we have a database project called MyDatabase then a file called MyDatabase.jfm appears in the root of the project directory. It is exclusively locked while the project is...
I was looking at the new features for Visual Studio 2015 and Shared Project came up a lot but I don’t understand how it is different to using a...
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'. Specified 'include'...
There’s a similar post on stack but it doesn’t help with my issue possibly because I am using Visual Studio 2015. How do I get the “Enable NuGet Package...
This question already has answers here: Unable to Install Any Package in Visual Studio 2015 (19 answers) Closed 5 years ago. I’m getting “[project] nuget configuration is invalid” error....
I realize there are a ton of questions about this, but none that I found specifically referenced which VS version they referred to. With that important information lacking, I...
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...
I searched this problem but none of the solutions worked. I have Visual Studio Professional 2015 installed and I am using TFS. My NuGet version is 3.1.6. This problem...
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 '20160703192724_MyFirstMigration' has already been...