Deploying client and server apps

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Paul K (PaulK_at_discussions.microsoft.com)
Date: 03/10/05


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



Relevant Pages

  • Re: Spurious segvs and malloc catastrophe
    ... most of today playing around with the malloc debug allocator ... ... unless it is a shared memory segment or data segments ... which is linked both to the client app as ... well as the server app. ...
    (comp.unix.aix)
  • Socket communications through NTLM proxy
    ... wraps many TCP sockets functionalities, ... connect a client app to a server app using port 443. ... I want this setup to work through a NTLM authentication proxy. ...
    (comp.lang.pascal.delphi.misc)
  • Cant access remote server
    ... hope someone has come across this in .NET remoting. ... on the other a server app. ... both machines I am running ZoneAlarm as the firewall and Norton ... place server2 on the same box as the client app and server1 app it ...
    (microsoft.public.dotnet.framework)
  • RE: Sockets work sometimes, sometimes not
    ... If I cancel the client app (which closes and deletes the socket) and then cancel the server app, when I start the server app and then the client app again and try to connect, it won't work. ...
    (microsoft.public.vc.mfc)