Dll error when loading .Net web pages

Trizzay

Senior member
Jan 23, 2003
224
0
0
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.
 

mikecel79

Platinum Member
Jan 15, 2002
2,858
1
81
Do you have the latest .NET framework loaded? If you go to WindowsUpdate you can download the latest one.
 

PowerMacG5

Diamond Member
Apr 14, 2002
7,701
0
0
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.
 

Trizzay

Senior member
Jan 23, 2003
224
0
0
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.