tuanvietle
Programmer
Hi there,
I'm a newbie in DCOM, I wrote a simple DCOM server with VC++:
+Create an MFC app
+Add a simple ATL object
+add a simple method on that ATL object
I've also built a simple client to access my server.
Then I built the server then run SimpleServer /regserver on my PC (where I developed the server). Client can access SimpleServer.
Then I copied SimpleServer.exe to another PC, run SimpleServer /regserver. I also copy the client, run the client on the new PC but I kept getting error code 0x80004002 (E_NOINTERFACE).
Can anyone please point out what went wrong.
Thanx a lot.
I'm a newbie in DCOM, I wrote a simple DCOM server with VC++:
+Create an MFC app
+Add a simple ATL object
+add a simple method on that ATL object
I've also built a simple client to access my server.
Then I built the server then run SimpleServer /regserver on my PC (where I developed the server). Client can access SimpleServer.
Then I copied SimpleServer.exe to another PC, run SimpleServer /regserver. I also copy the client, run the client on the new PC but I kept getting error code 0x80004002 (E_NOINTERFACE).
Can anyone please point out what went wrong.
Thanx a lot.