AlessandroF
AlessandroF

Reputation: 562

Visual Studio build fail but no error shown

There are several similar questions but no one of them actually works for me.
I wanted to make a .Net Core application (API) but as I said the build fails (even with the default application). If I try to continue, IIS shows "Error 500.0 - ANCM In-Process Handler Load Failure". Tried everything, from restarting VS to deleting and reinstalling it but it does not work. It instead works on a virtual machine but have no idea what's the difference. What might I do?

Microsoft Visual Studio Community 2019 Version 16.8.3

Upvotes: 0

Views: 369

Answers (1)

Crihstian Molina
Crihstian Molina

Reputation: 19

I've the same error but in an ASPNET u need see the errors in the build/debugging output

I've an error but that don't show

You need to find the error within the logs

My error was an update Panel

//// EDIT: Try this: Select Entire Solution and Build Only to show the Errors

Upvotes: 2

Related Questions