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

前端 未结 30 2059
名媛妹妹
名媛妹妹 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条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 14:18

    How I fixed my issue, I closed project that had that error , created new project build new project then opened the project that had an issue and build it. That worked for me.

提交回复
热议问题