• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dll error when loading .Net web pages

Trizzay

Senior member
If anyone could help me out with this, I would really appreciate it...I'm stuck. On two seperate servers, I have sites that are coming up with the below error anytime I try to run an .aspx page.

A dynamic link library (DLL) initialization routine failed.

This only happens with .net pages. I can run html off of these sites with no problem. Also, there is another site on the same servers that run ok, but it is not using .net, just .asp. If anyone has seen this before or has any suggestions, please help.
 
Originally posted by: Trizzay
If anyone could help me out with this, I would really appreciate it...I'm stuck. On two seperate servers, I have sites that are coming up with the below error anytime I try to run an .aspx page. A dynamic link library (DLL) initialization routine failed. This only happens with .net pages. I can run html off of these sites with no problem. Also, there is another site on the same servers that run ok, but it is not using .net, just .asp. If anyone has seen this before or has any suggestions, please help.

What version of Windows Server are you running? Under Windows 2000, to enable IIS support for by running the command (located in C:\WINDOWS\Microsoft.NET\Framework\Version_you_are_running):

aspnet_regiis.exe -i

after you do this, stop and restart IIS, and it should have ASP.NET support.
 
These are on Win2k servers. The .Net had been working just fine, up until recently. Suddenly both servers started receiving this same error. There have been alot of patches installed lately, so it's possible this could have an effect. The server is running .net framework version 1.0 service pack 1. I'm going to try installing service pack2 and see if that does any good.
 
Back
Top