Questions tagged as 'visual-studio-2015'

1
answer

How to count how many characters are in a selection?

Is there any way, trick or extension for Visual Studio 2015 that tells me how many characters are there in the selection I made , including spaces or null characters? Note: I want to tell the selection of Visual Studio itself, from its own...
asked by 16.10.2016 / 02:41
1
answer

Error installing Visual Studio 2015

Whenever I'm trying to install visual studio 2015 on my notebook, the following error appears: Anyone know how to solve ??     
asked by 16.03.2018 / 14:13
1
answer

How to use asp net core 2 in visual studio 2015 community?

I installed .NET Core 2.0, but when I create a new project in Visual Studio 2015 does not appear the option to choose asp net core 2.0. Is it possible to use the same in VS 2015?     
asked by 07.09.2017 / 16:08
1
answer

EF 6 - Migrations does not reflect changes in entities

I changed my entities and circled the command Update-Database -Verbose -Script only to see in% with_% what changes would be made. Generated legal script with all changes. I closed the script window and circled the SQL , which did...
asked by 30.06.2017 / 22:58
1
answer

The getPreventDefault () method should no longer be used. Instead, use defaultPrevented - BrowserLink

I get this error on all pages when browserlink is enabled:    The getPreventDefault () method should no longer be used. Instead, use defaultPrevented. browserLink: 37: 40278 Here is the image: Unchecking Browser Link , the...
asked by 20.02.2017 / 19:36
1
answer

Difficulty in version switching

Hello, In the past I developed an application using VB in Visual Studio 2013, today I need to make updates to the source code, I no longer have the VS2013 I started using Visual Studio 2015. When I was editing the code I noticed a difference:...
asked by 12.12.2016 / 16:58
1
answer

Visual Studio 1 Solution and 3 Projects, can you separate them later?

I'm using Visual Studio 2015. In it I realized that I can have 1 Solution and as many projects as I want (in this case I'm creating 3). After ready, can I export the .EXE separately? How to do it? Note: I could not do a better title for...
asked by 12.12.2016 / 00:11
1
answer

Web Essentials does not display options

I installed Web Essentials 2015 in Visual Studio Community 2015 , but when trying to minify some css files, the only options displayed are those in the image below. I'veremovedandreinstalledWebEssentials,butnothinghaschanged.Ialsouninstal...
asked by 20.11.2016 / 03:40
1
answer

How to get the directory path

I'm using WinForm and trying to save a string with SaveFileDialog but I can not pass the chosen directory in SaveFileDialog to the System.IO.File.WriteAllLines; private void saveCategoriesToolStripMenuItem_Click(object sender, EventArg...
asked by 02.08.2016 / 05:34
1
answer

Windows Phone 8.1 deploy error: DEP0001: Unexpected Error: -1988945906

When deploying or debugging the project, this DEP0001 : Unexpected Error: -1988945906 error appears. It compiles everything right, however, when it goes to install on the mobile phone appears the error. In the emulator it works normally....
asked by 03.05.2016 / 14:53