I changed my publish method from win64 to portable (framework dependent) and it worked.
Did I downloaded wrong file so? by downloading this one https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-3.0.0-windows-hosting-bundle-installer
Could you tell me which hosting bundle / runtime package is the right one in this page
The most common cause for "500.32 ANCM Failed to Load dll" is that the app is published for an incompatible processor architecture. If the worker process is running as a 32-bit app and the app was published to target 64-bit, this error occurs.To fix this
error,you could see in Official document:
The most common cause for "500.32 ANCM Failed to Load dll" is that the app is published for an incompatible processor architecture. If the worker process is running as a 32-bit app and the app was published to target 64-bit, this error occurs.To fix this
error,you could see in Official document:
Member
92 Points
534 Posts
I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core 3.0
Oct 07, 2019 09:42 AM|fatihbarut|LINK
Hi all,
I converted my 2.2 project to 3.0. It works in my machine but got
HTTP Error 500.32 - ANCM Failed to Load dll
error in IIS server.
Is there any way get to rid of this problem?
thanks
Member
92 Points
534 Posts
Re: I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core...
Oct 07, 2019 10:21 AM|fatihbarut|LINK
Please confirm or deny me;
I changed my publish method from win64 to portable (framework dependent) and it worked.
Did I downloaded wrong file so? by downloading this one https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-3.0.0-windows-hosting-bundle-installer
Could you tell me which hosting bundle / runtime package is the right one in this page
https://dotnet.microsoft.com/download/dotnet-core/3.0
All-Star
58444 Points
15778 Posts
Re: I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core...
Oct 07, 2019 03:11 PM|bruce (sqlwork.com)|LINK
you want the windows runtime and hosting bundle.
Member
180 Points
88 Posts
Re: I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core...
Oct 08, 2019 03:17 AM|Lewis Lu|LINK
Hi fatihbarut,
The most common cause for "500.32 ANCM Failed to Load dll" is that the app is published for an incompatible processor architecture. If the worker process is running as a 32-bit app and the app was published to target 64-bit, this error occurs.To fix this error,you could see in Official document:
https://docs.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-3.0
Best Regards,
Lewis
Member
92 Points
534 Posts
Re: I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core...
Oct 08, 2019 06:30 AM|fatihbarut|LINK
that is why I am here. I never use or choose x86. So what is the problem?
Member
180 Points
88 Posts
Re: I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core...
Oct 08, 2019 09:42 AM|Lewis Lu|LINK
Hi fatihbarut,
I suggest you confirm that the app pool's 32-bit setting is correct:
Select the app pool in IIS Manager's Application Pools.
Select Advanced Settings under Edit Application Pool in the Actions panel.
Set Enable 32-Bit Applications:
If deploying a 32-bit (x86) app, set the value to True.
If deploying a 64-bit (x64) app, set the value to False.
Best Regards,
Lewis
Member
92 Points
534 Posts
Re: I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core...
Oct 08, 2019 10:37 AM|fatihbarut|LINK
thanks but while everytying I use are 64 bit why should I enable 32bit apps?
Member
180 Points
88 Posts
Re: I got HTTP Error 500.32 - ANCM Failed to Load dll after converting .net core 2.2 to .net core...
Oct 09, 2019 09:59 AM|Lewis Lu|LINK
Hi fatihbarut
This one https://dotnet.microsoft.com/download/thank-you/dotnet-runtime-3.0.0-windows-hosting-bundle-installer was right,In addition to this "Error 500.32-ANCM Failed to Load dll ", do you still report other errors?
Best Regards,
Lewis