↧
Answer by TotPeRo for The debug type specified in the dependency context...
This was happened after I try this dotnet publish CLI exclude .pdb and I put in my publish (.pubxml file) config this...
View ArticleThe debug type specified in the dependency context could be parsed - ASP.NET...
When I publish my ASP.NET Core app to IIS, I get error but if I run my app in Visual Studio debug or release, it works fine.The error message I get is:System.InvalidOperationException: The debug type...
View Article