Home All Groups Group Topic Archive Search About

Using treeview.htc results in DLL initialization error

Author
28 Mar 2006 4:02 AM
dshahrabani
We are using Microsoft's treeview.htc control (part of
Microsoft.Web.UI.WebControls) to display a tree control in
our .NET application.

When displaying the tree, the browser returns the error:

Dynamic Link Library (DLL) initialization routine failed

pointing to the following line in treeview.htc:

if(oItem.filters.length>0)

in function blurFilter().

Does anyone have any ideas about this and how to resolve the error?

Author
28 Mar 2006 3:00 PM
CaffieneRush@gmail.com
Is this error specific to one browser on one machine?
Author
28 Mar 2006 3:10 PM
D1000
No - it occurs from all browsers and machines.

CaffieneR***@gmail.com wrote:
Show quoteHide quote
> Is this error specific to one browser on one machine?
Author
28 Mar 2006 3:35 PM
CaffieneRush@gmail.com
In that case, I'd check if the treeview.htc file has been modified
accidentally on the webserver.
Author
28 Mar 2006 6:48 PM
D1000
No - the same treeview.htc works on a different web server.