visual-studio-2015 Questions

1

I am trying to install the cryptography module for python yet I keep getting errors and so far I have been able to solve each one as they come including: error: Unable to find vcvarsall.bat mysql...
Vaios asked 11/5, 2015 at 3:46

2

Solved

This is very similar to the issue in this question: Local NuGet package dependencies - resolve from official Nuget feed? I have a local package whose latest update now has a dependency of Enterpri...
Deuterium asked 22/1, 2016 at 18:45

3

Solved

At work I've been using linux and the GCC compiler for C++11 and C++14. In some of the code at work, I've used a union to store both a reference and a pointer, as so: (Simplified to just the import...
Contrayerva asked 1/8, 2016 at 4:58

4

Solved

We recently merged two branches of code and ended up with duplicate entries for several of the files in the .csproj file. This seemed to happen to all the files which needed the Copy to Output Dire...
Crippen asked 24/6, 2016 at 19:47

3

Solved

In VS2013 we could view the return value of a method by examining a Watch window entry called $ReturnValue. This doesn't seem to work in VS2015. e.g. I made a new console app, containing the follo...
Pappose asked 18/1, 2016 at 15:32

11

I copied the following project from win 8.1 to windows 7 and deleted the Migration folder. Now when I run PM> Add-Migration MyFirstMigration -context BloggingContext command in VS2015 I get the ...
Caesarea asked 20/7, 2016 at 16:50

18

When comparing an SQLServer project in Visual Studio 2015 Update 2 against a database SQL Server 2012, it shows the error "Target is unavailable" or "Source is unavailable" when change the directio...
Keijo asked 26/5, 2016 at 14:8

6

Solved

When starting to test the application on Windows Phone (even a blank app) on emulator or device, this error is poping out "The project needs to be deployed before it can be started". "verify the pr...

12

For a couple of months i had no issue generating the model from DB by deleting it and recreating it . After a pull from git, an issue has been occurred while trying to make the same process . After...
Fornix asked 4/4, 2019 at 6:59

4

Solved

As per the following link: when creating ASP.NET Core App, You have just show all files in solution to find the package.json, but in my case i am not able to find it. I need to add angular2 and Web...

12

Solved

I am trying to build a sample application using EF7 and mvc 6 in visual studio 2015 pre release. While installing both EF7 and MVC6 using package manager console getting this error. PM> Insta...
Nerte asked 21/4, 2015 at 5:21

6

I'm playing around with MVC6 + Aurelia project in Visual Studio 2015 CTP6, and came across something interesting. My node_modules is by default in the project root and everything works fine. Howev...
Alecto asked 31/3, 2015 at 13:30

15

Solved

I keep getting this error saying there's a copy of the .cs file hence the break point will not get hit. I have tried cleaning solution, rebuilding , deleting the .pdb files in the obj and bin fol...
Apparition asked 14/6, 2016 at 20:19

6

With some difficulty, I was able to uninstall Incredibuild (kept saying Visual Studio was open even when it wasn't), but it was unable to uninstall the Visual Studio addin (just said an error occur...
Anticline asked 5/9, 2016 at 22:42

3

Solved

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Http; using System.Net.Http.Headers; using RestSharp; namespace...
His asked 13/1, 2016 at 20:52

3

I am trying to install Visual C++ Build Tools. But while installing I keep getting this error during setup A setup package is either missing or damaged I even tried copying respective package from...
Outlet asked 8/11, 2016 at 6:44

30

Solved

I have the following errors (and more) in all my views (*.cshtml) when opening my project in Visual Studio 2015 Professional. Error CS0246 The type or namespace name 'System' could not be found ...
Canonize asked 21/10, 2015 at 10:26

23

Solved

An update occurred last night and now I find myself unable to do a ctrl + '.' for code suggestions in VS 2015. An error message comes up saying the following: Could not load file or assembly 'Mi...
Lorica asked 1/3, 2017 at 16:4

12

Yesterday I edited a form in Visual Studio's form designer. When I returned to it today, the designer shows nothing. I can open the properties window, select all the different constituent component...
Plutonium asked 28/6, 2016 at 10:41

6

Solved

I'm using Android Emulator that comes with Visual Studio 2015. When I run it, in Wi-Fi settings of Android this status appears Obtaining IP Address.. for Wired eth1 network. But it fails after a lo...

8

I am having this frustrating problem. I change text in a razor view (cshtml), Start without Debugging, refresh (Ctrl+F5) the browser but nothing happens. The strange part is that if I modify a cont...
Peachy asked 29/1, 2016 at 13:9

3

Solved

I'm opening a Database Schema Comparison (.scmp) file and the file opens in Visual Studio as XML. However, the need is for the file to open in the Server Data Tools tab. I have tried opening from ...
Multure asked 18/12, 2017 at 20:41

4

I am using Visual Studio 2015 and having an issue in my SQL Server database project with STRING_AGG WITHIN GROUP. SELECT [Continent], STRING_AGG([Country], ', ') WITHIN GROUP (ORDER BY [Country])...
Beltran asked 25/4, 2017 at 12:44

10

When I try to compile my program I get the following error: This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more inf...

12

Solved

I've met with a strange problem. I had 7 projects in the solution. I had to add another MVC project. Now when the document (from the new project) is opened (for example HomeController.cs) and when ...
Poteet asked 26/9, 2016 at 12:55

© 2022 - 2025 — McMap. All rights reserved.