Hi,
We've created a set of Active X DLLs for our intranet using VB. These DLLs
call methods and functions from each other. Now, we've created a package
in Component Service (Windows 2000) and installed all the components
there. So we've separated the DLLs from the IIS server. The problem is
when we tried accessing the intranet, the components returned an internal
error. when we viewed the event viewer on the server running the
components, we got a "permission denied error" on one of the functions in
the component. However when we tried calling this function from a Standard
Exe project in VB, in worked fine. Anybody can help us here?
Thanks in advance!