Trickie VB.Net question - still having trouble here ... HELP!!!
I am trying to create a com object on a remote server using:
dim MyObject as Object
MyObject = CreateObject("TheObject.Whatever", RemoteServerName)
It keeps returning the error: Cannot create ActiveX component
Beyond that, there isn't much information given.
I have a RAS connection to the remote server.
Have any of you had any experience with this? Perhaps you can offer some insight and help me get over this confusing problem.
If none of you know the answer, do you know of any other messege boards or forums I might be able to find my answer on?