Hello,
Here is my problem:
I have created an activex dll in VB 6 which I call from a
website. I have no problem calling MOST functions in the
component from the website when it is running in the IDE
and after it is compiled. But, I have a function in the
component that is using another object (dhcpobjs.dll).
When I call this function from the web page while the
component is running in the IDE, it works fine. However,
if I compile the component, and then call the function
from he web page, it doesn't work. I get a Permission
denied '80070005' error OR a Permission denied '800a0046'
error. Please help if you can!
Thanks
|