The program '[3984] dotnet.exe' has exited with code -2147450751 (0x80008081)

后端 未结 3 1466
执笔经年
执笔经年 2020-12-11 15:20
The program \'[3984] dotnet.exe\' has exited with code -2147450751 (0x80008081).
The program \'[3984] dotnet.exe: Program Trace\' has exited with code 0 (0x0).
The p         


        
3条回答
  •  误落风尘
    2020-12-11 15:59

    I had a similar error to this. In my case I had a NuGet package which targeted a higher minor version of dotnetcore than the SDK I had installed locally. To solve, I went down a minor version on the NuGet package, but updating to the latest SDK also probably would have worked.

提交回复
热议问题