Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A dynamic Link Library (DLL) initialization routine failed

Status
Not open for further replies.

RemoteSilicon

Programmer
Feb 13, 2001
45
0
0
GB
I've got a strange problem. I have used Microsoft's tree view control in my ASP.Net web application. Whenever the application loads, in some IE browsers it gives "A dynamic link library (DLL) initialization routine failed" Javascript error, where in some IE browser the page loads correctly with no error. I found a solution to install newer version of Windows Scripting Host but it did not solve the problem completely. Can someone help me in this ?
 
Are the versions of IE the same? I would think that upgrading to the latest version of IE would fix it. They might also have Javascript disabled, too, which would kill the TreeView.


Greetings,
Dragonwell
 
I am also having this problem on some computers. I will post a solution if I find one, but if someone should know the answer to this problem please post it. Thanks!
 
OK, I figured out what the problem is. The DLL initilization error occurs because the DXImageTransform.Microsoft.Alpha filter cannot be applied to the Treeview nodes when you hover over them or try to manipulate the Treeview in code.

To reproduce this error in a completely unrelated web site, try to navigate to this URL - - and then try the example. An error will occur.

Now as for the FIX... I am investigating that!

Mike H.
mhmbox (at) hot mail . com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top