gigsvoo
Jan 11th, 2002, 02:11 AM
Hi there,
After i deploy the ActiveX DLL into the IIS server using:
regsvr32 conn.dll
and also i refer the DLL into the global.asa, I create instance of the DLL object and call the function, and all just fine.
What happened when i try to run the application (asp), the error says that something like missing object instance.
Based on the error, MSKB says that I must deply the DLL with a package becoz the vb runtime has to be include inside the IIS server, is that true?
How should I go about it? :rolleyes:
After i deploy the ActiveX DLL into the IIS server using:
regsvr32 conn.dll
and also i refer the DLL into the global.asa, I create instance of the DLL object and call the function, and all just fine.
What happened when i try to run the application (asp), the error says that something like missing object instance.
Based on the error, MSKB says that I must deply the DLL with a package becoz the vb runtime has to be include inside the IIS server, is that true?
How should I go about it? :rolleyes: