Deploying client and server apps
From: Paul K (PaulK_at_discussions.microsoft.com)
Date: 03/10/05
- Next message: Bob Rundle: "Re: Deploying client and server apps"
- Previous message: Eric: "Re: TCP Channel timout?"
- Next in thread: Bob Rundle: "Re: Deploying client and server apps"
- Reply: Bob Rundle: "Re: Deploying client and server apps"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Mar 2005 10:57:11 -0800
After I finished my remoting client and server apps, I created a separate
deployment package for each:
Client Package:
Client app
Common assembly containing the MarshalByRef classes
Server Package:
Server app
Common assembly containing the MashalByRef classes
I install and run the server app, and everything is fine.
I install the client app, but when I run it I get the error message "Cannot
find the assembly TRCMSTelecommClient" when I try to attach to the server
events. TRCMSTelecommClient is my client app.
If I put the client app in the same folder as the server app everything
works normally.
I'm not sure what, if any, code would help.
Does anyone have any suggestions?
Thanks!
Paul K
- Next message: Bob Rundle: "Re: Deploying client and server apps"
- Previous message: Eric: "Re: TCP Channel timout?"
- Next in thread: Bob Rundle: "Re: Deploying client and server apps"
- Reply: Bob Rundle: "Re: Deploying client and server apps"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|