Unable to start debugging. The startup project could not be launched. VS2015

前端 未结 30 2136
名媛妹妹
名媛妹妹 2020-12-14 13:27

I have started a new console project in VS2015. I only have this code :

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text         


        
30条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-14 14:08

    I had visual studio 2015 with an ASP.net MVC5 arcitectured with DDD (Domain Driven Design). The problem was the same since I just opened visual studio normally.

    The problem was solved when I closed all instance visual studio and restarted as an adminstrator.

提交回复
热议问题