Questions tagged as 'visual-studio-2015'

1
answer

Why do strings (QString) not appear during debugging in Visual Studio?

I have a program in Qt 5 where I use QString to manipulate text strings. However, when I debug the program, I can not see the contents of the strings (either in the "Auto", "Locals" or "Watch" window, or even when I leave the mouse poin...
asked by 14.03.2016 / 12:25
1
answer

Visual Studio Error - Can not find name 'Record'

I'm working on an ASP.NET project with C # in Visual Studio 2015 and I came across error in the index.d.ts file. The error messages are Cannot find name 'Record' and Cannot find name 'undefined' . I saw that there would be so...
asked by 03.01.2018 / 17:49
1
answer

Visual Studio 2015 - Extension Error

Whenever I open my Visual Studio 2015, it gives me this message: This is the log that the message points to:    ERROR Extension will not be loaded because an extension with the same   ID 'Microsoft.Windows.DevelopmentKit.Desktop' is alr...
asked by 07.07.2017 / 14:46
1
answer

C # MVC - Error after publish in VS015. 404 Not Found

I did a "Publish" with VS2015 of type MVC Web, but in "Publish Method" I put "File System". The problem is that I published in IIS and runs the views, but when I click the buttons it does not find the methods. As if I had no Controller. What do...
asked by 12.05.2017 / 23:41
1
answer

Version error while attaching database sql server

I'm trying to attach a database from a .mdf file generated by Visual Studio, at the time I created the identity database, however I'm trying to attach that database to sql server and it's giving a mismatch error. version How do I at...
asked by 16.08.2016 / 15:53
1
answer

Maintain branch history when moving or renaming folder

I need to reorganize a structure where the source codes of my applications are maintained, but when I move the branch to a new folder, its modification history is lost. How can I move or rename a branch within my repository without losing...
asked by 17.08.2017 / 17:01
0
answers

unable to start program 'C: \ Program Files (x86) \ IIS Express \ iisexpress.exe'

My visual studio from night to day started to give an error when starting the application, this error only happens the first time I start the application (asp.net mvc 4), at other times iis starts and stops at same time Error:    "unable t...
asked by 10.01.2017 / 21:53
1
answer

Is there any substitute for _outp, removed in Visual C ++ 2015?

I'm migrating a project in MFC from Visual Studio 2010 to 2015. In this process I discovered that _outp, among other commands, have been permanently removed. In the MSDN (_outp, _outpw, _outpd) report that "These functions are deprecat...
asked by 19.06.2016 / 22:29
1
answer

Generate property internal set

Why, since the version of Visual Studio 2015 every time I command to generate an attribute in a class, is it generating with set internal ? In previous versions VS generated as public .     
asked by 25.04.2016 / 20:05
0
answers

Visual studio does not recognize .aspx html

When opening any .aspx file, visual studio does not recognize the code, everything goes black. Ialsonoticedthatwhentryingtocreateanewproject,theweboptiondoesnotappear,andIinstalledWebDevelopment. Can anyone help me? Thank you.     
asked by 27.06.2016 / 00:19