I have a legacy ASP web site that uses the treeview control from COMCTL32.OCX. It runs under XP 32 bit w/IE8 but it doesn’t work under Win7 64 running either IE8 32 or 64. IE8 32 just shows blanks where the treeview should be and IE8 64 throws an error.
I have tried registering the OCX on the Win7 machine but get an error (I’ll post the error # shortly).
Any clues or ideas?
TIA
J
I have tried registering the OCX on the Win7 machine but get an error
If it’s not registered you can not run it.
Try running regsvr32 under Dependency Walker (http://www.dependencywalker.com/) and check where and what the error is – this should give you the information as to what library is missing.