visual-studio-2015

Visual Studio community install crash

别来无恙 提交于 2021-02-07 09:53:01
问题 I am getting the following error whenever I try to install Visual Studio Community from the Microsoft site. It occurs immediately upon running the exe . I have downloaded many versions, run as admin, restarted my pc etc etc, and every time I am hit with this error. I have had visual studio installed on this PC previously. Selecting "Close program" ironically opens this site. Which is evidently no help. Does anyone have any idea how I can resolve this before I attempt to contact Microsoft

Visual Studio community install crash

浪尽此生 提交于 2021-02-07 09:50:14
问题 I am getting the following error whenever I try to install Visual Studio Community from the Microsoft site. It occurs immediately upon running the exe . I have downloaded many versions, run as admin, restarted my pc etc etc, and every time I am hit with this error. I have had visual studio installed on this PC previously. Selecting "Close program" ironically opens this site. Which is evidently no help. Does anyone have any idea how I can resolve this before I attempt to contact Microsoft

what does visual studio devenv.exe /resetuserdata do exactly?

∥☆過路亽.° 提交于 2021-02-07 07:15:49
问题 I have been having an issue recently with Visual Studio 2015 and the only workaround I can find is opening up the developer command line and executing "devenv.exe /resetuserdata" That solves the problem (until the next windows update typically brings it back). I have been trying to troubleshoot this for a while so I can actually determine the root cause but one big issue is that I cannot find any msdn documentation about this command "devenv.exe /resetuserdata" So that is essentially my

Different behaviour between CString operators “+=” and “+”

眉间皱痕 提交于 2021-02-07 06:51:22
问题 While migrating an application from VisualStudio 2005 to VisualStudio 2015 we found a different behaviour in some code that concatenates CString instances when that code is built with VS2015. So, I've created a simple Win32 console application to demonstrate the problem. The console application (using MFC as shared dll and Unicode charachter set) executes this simple function: void f() { CString x( '\0' ); CString r( 'a' ); r += x; CString rr( 'a' ); rr = rr + x; int rSize = r.GetLength();

MySQL Data Provider Not Showing in Entity Data Model Wizard

懵懂的女人 提交于 2021-02-07 06:24:53
问题 I am creating an MVC application with MySQL as backend. I am planning to use Entity Framework to work with this database. I already have a database so need to generate models from a database Environment: MySQL Server 5.7.21 MySQL for Visual Studio 1.27 Connector/NET 6.10.5 Visual Studio 2015 To Reproduce Issue: Step 1: Add new item 'Ado.net Entity Data Model' Step 2: Selected 'EF Designer from database' and click 'Next' Step 3: Clicked 'New Connection' There is no mysql connector available.

MySQL Data Provider Not Showing in Entity Data Model Wizard

那年仲夏 提交于 2021-02-07 06:24:47
问题 I am creating an MVC application with MySQL as backend. I am planning to use Entity Framework to work with this database. I already have a database so need to generate models from a database Environment: MySQL Server 5.7.21 MySQL for Visual Studio 1.27 Connector/NET 6.10.5 Visual Studio 2015 To Reproduce Issue: Step 1: Add new item 'Ado.net Entity Data Model' Step 2: Selected 'EF Designer from database' and click 'Next' Step 3: Clicked 'New Connection' There is no mysql connector available.

Shared wwwroot files in different projects

本秂侑毒 提交于 2021-02-07 04:00:55
问题 In the "older" ASP.NET MVC projects you were able to create two separate MVC projects. Use the first project as the "main" MVC project and let that project then reference the second project (with some additional config settings). Basically how 3rd party MVC projects were setup. You reference their assemblies in your own MVC project and you auto-magically have "Admin" pages available as well. I'm currently trying to find out if this is possible for the newer MVC ASP.NET 5 as well. I basically

Projects load failed in Visual Studio 2015

戏子无情 提交于 2021-02-06 15:15:36
问题 When I am opening a .sln in Visual Studio 2010, projects are loading properly. But when I open the same solution with Visual Studio 2015 (Professional with Update 1), projects are not getting loaded with the error (load failed). This is shown below: Can anyone suggest the solution for this? 回答1: I've already had this problem and in my case I solved it by executing VS as Administrator. 回答2: I experienced this issue for different reasons , but deleting all of the .vs folders ( there was one at

VS2013 or VS2015 shows “unspecified error”

喜欢而已 提交于 2021-02-06 14:27:46
问题 When I open my worked solution (after merge from other branch) VS2013 shows error message "unspecified error" and I cannot close the window (the error's dialog jumps each time when I close it). VS2012 opens the solution without error messages. I suspect issue related to TFS configuration. How can I found actual reason of the error? 回答1: I have searched a lot about its root cause but couldn't found any concrete information. For me, Deleting the solution's .suo file. resolve this problem. 回答2:

VS2013 or VS2015 shows “unspecified error”

柔情痞子 提交于 2021-02-06 14:26:34
问题 When I open my worked solution (after merge from other branch) VS2013 shows error message "unspecified error" and I cannot close the window (the error's dialog jumps each time when I close it). VS2012 opens the solution without error messages. I suspect issue related to TFS configuration. How can I found actual reason of the error? 回答1: I have searched a lot about its root cause but couldn't found any concrete information. For me, Deleting the solution's .suo file. resolve this problem. 回答2: