The Module "aspnetcorev2.dll" failed to load

th1rdey3

Recently I tried installing ASP.NET Core/.NET Core: Runtime & Hosting Bundle version 2.2 on a machine running Windows Server 2008 R2 SP1. However, after installing IIS stops working and gives 503 Service unavailable error for all applications hosted in it. After checking the application pools I see that the pools just shuts down.

In the event viewer I can see the following error message -

The Module DLL C:\Program Files (x86)\IIS\Asp.Net Core Module\V2\aspnetcorev2.dll failed to load. The data is the error.

I have tried setting the pool to both 32/64 bits, but the error is the same. Did anybody else face this problem or have solution for this?

th1rdey3

After reading through the following documents -

Troubleshoot ASP.NET Core on IIS

and

Common errors reference for Azure App Service and IIS with ASP.NET Core

I came to know that the ASP.NET Core/.NET Core: Runtime & Hosting Bundle (latest versions) depends on Microsoft Visual C++ 2015 Redistributable. The machine in question had earlier versions of vc++ redist installed. After installing the said version of redistributables (both 32 & 64 bit) everything started working again.

Funny thing is the ASP.NET Core/.NET Core: Runtime & Hosting Bundle Version 2.2 installer didn't throw any errors or warnings during installation about the missing vc++ 2015 redist.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Electron Failed to load Module

From Dev

Failed to load kafka module

From Dev

Haskell Failed to load interface for module

From Dev

Failed to load module in Angular JS

From Dev

Failed to load module "canberra-gtk-module"

From Dev

Wildfly Failed to Load Module for Oracle Driver

From

Android Firebase DynamiteModule: Failed to load module descriptor

From Dev

Gtk-Message: Failed to load module "pantheon-filechooser-module"

From Dev

Gtk-Message: Failed to load module “pantheon-filechooser-module”

From Dev

How to fix error: Failed to load module "canberra-gtk-module"

From Dev

What is a "Failed to load module "module-ladspa-sink"" error?

From Dev

Gtk Failed to load module "pantheon-filechooser-module"

From Dev

Problems with importing Tensoflow in Jupyter. DLL load failed. Specific module failed to load

From Dev

ImportError: DLL load failed: The specified module could not be found for numpy

From Dev

pyodbc ImportError: DLL load failed: The specified module could > not be found

From Dev

Python: ImportError: DLL load failed: The specified module could not be found

From Dev

py2exe failed to load specified module

From Dev

"Failed to load module" error for Firebird datasource on WildFly 8.1.0.Final

From Java

ImportError: DLL load failed: The specified module could not be found

From Java

ImportError: DLL load failed: The specified module could not be found

From Dev

Express routing static file: Failed to load module script

From Dev

Pyjnius. ImportError: DLL load failed: The specified module was not found

From Dev

Pyinstaller: Import Error: DLL load failed: The specified module could not be found

From Dev

NLTK ImportError: DLL load failed: The specified module could not be found

From Dev

Failed to load module script when importing a .jpg file in a javascript file

From Java

Failed to load module org.keycloak.keycloak-server-subsystem

From Dev

Scipy ImportError: DLL load failed: The specified module could not be found

From Dev

PyQt5: The DLL load failed: the specified module could not be found

From Dev

Pyinstaller ImportError: DLL load failed: The specified module could not be found

Related Related

  1. 1

    Electron Failed to load Module

  2. 2

    Failed to load kafka module

  3. 3

    Haskell Failed to load interface for module

  4. 4

    Failed to load module in Angular JS

  5. 5

    Failed to load module "canberra-gtk-module"

  6. 6

    Wildfly Failed to Load Module for Oracle Driver

  7. 7

    Android Firebase DynamiteModule: Failed to load module descriptor

  8. 8

    Gtk-Message: Failed to load module "pantheon-filechooser-module"

  9. 9

    Gtk-Message: Failed to load module “pantheon-filechooser-module”

  10. 10

    How to fix error: Failed to load module "canberra-gtk-module"

  11. 11

    What is a "Failed to load module "module-ladspa-sink"" error?

  12. 12

    Gtk Failed to load module "pantheon-filechooser-module"

  13. 13

    Problems with importing Tensoflow in Jupyter. DLL load failed. Specific module failed to load

  14. 14

    ImportError: DLL load failed: The specified module could not be found for numpy

  15. 15

    pyodbc ImportError: DLL load failed: The specified module could > not be found

  16. 16

    Python: ImportError: DLL load failed: The specified module could not be found

  17. 17

    py2exe failed to load specified module

  18. 18

    "Failed to load module" error for Firebird datasource on WildFly 8.1.0.Final

  19. 19

    ImportError: DLL load failed: The specified module could not be found

  20. 20

    ImportError: DLL load failed: The specified module could not be found

  21. 21

    Express routing static file: Failed to load module script

  22. 22

    Pyjnius. ImportError: DLL load failed: The specified module was not found

  23. 23

    Pyinstaller: Import Error: DLL load failed: The specified module could not be found

  24. 24

    NLTK ImportError: DLL load failed: The specified module could not be found

  25. 25

    Failed to load module script when importing a .jpg file in a javascript file

  26. 26

    Failed to load module org.keycloak.keycloak-server-subsystem

  27. 27

    Scipy ImportError: DLL load failed: The specified module could not be found

  28. 28

    PyQt5: The DLL load failed: the specified module could not be found

  29. 29

    Pyinstaller ImportError: DLL load failed: The specified module could not be found

HotTag

Archive