.NET Core Web API application not debugging from Visual Studio 2015 -
i have .net core web api project using version 1.0.0-preview2-003131. using vs 2015 able compile project without problem, when try debugging application receiving following errors:
the program '[13416] dotnet.exe' has exited code -2147450749 (0x80008083). program '[12920] iisexpress.exe' has exited code 0 (0x0).
i able create new web api project using same version , works fine has project specific. ideas?
Comments
Post a Comment