Hello,
I've created a
VB dll that I'm trying to call from ASP. Originally I created the
VB Dll on an XP machine and tested the ASP page calling it on the same machine.
But when I copied the ASP page (along with the Global.asa) to a Win2K machine, it gave me the error:
======================================
Error Type:
(0x80040111)
ClassFactory cannot supply requested class
/VBTestConn.asp, line 25
======================================
I copied the .cls Class file into the same folder that the
VB dll resides in. I have the .lib and .exp files in the folder as well. I also did "Regsvr32 filepath.dll" to register the dll file on the new machine. I compared the registry entries on both machines. They were identical.
It hasn't helped. What am I missing? Should I do anything with global.asa file on the new machine?
Thanks in advance