I have been developing a client/server app with events. The Client is a standard exe and the server side is an activex exe. When I attempt to create the object on the server I get a permission denied error. Err. Number 70. Should I be trying to use an ActiveX .dll to access and create the object for the Active X exe on the server.

Basically what happen is my client app send the server app a value to process once it has been processed the server activex exe sends back a result based on the process to the client app. I am not currently using an ActiveX dll. Should I be. As it is right now the Standard exe(Client app) is trying to create the object on the server. And The server side of it has to return events. Basically the value based on the results. Am I doing this right. What would be the best way to do that.
I am using Visual Basic Enterprise 6.0

Thanks for any help you can provide,