I am attempting to run a dll on a remote machine. The DLL is registered on the remote machine and I have exported the registry information and imported it on the client side so the necessary reg information will be present. However, when I try to instantiate the object on the Remote machine I keep getting the infamous 'Run-time error '429' ActiveX component can't create object'
But, if I run the DLL in the VB IDE and try to create it from the client machine then everything works fine! This is driving me crazy...what is my problem?