Service Hosted Remoting Doesn't Work When Installed With MSI
From: Jim Davis (jim.davis_at_flexcar.com)
Date: 08/03/04
- Next message: Jim Davis: "Re: Service Hosted Remoting Doesn't Work When Installed With MSI"
- Previous message: Owen Graupman: "Strange registry rrror when uninstalling .net application"
- Next in thread: Jim Davis: "Re: Service Hosted Remoting Doesn't Work When Installed With MSI"
- Reply: Jim Davis: "Re: Service Hosted Remoting Doesn't Work When Installed With MSI"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 3 Aug 2004 17:23:40 -0000
I have a remote object hosted in a windows service. It works great when the
service is installed via InstallUtil.exe. When I install the service using
a Setup Project, the service runs, but accessing the remote object gives a
File or assembly name XX, or one of its dependencies, was not found." error.
I am loading the configuration file using
RemotingConfiguration.Configure(System.AppDomain.CurrentDomain.SetupInformat
ion.ConfigurationFile);
I also get this error if I use
RemotingConfiguration.Configure("SvcName.exe.config") and put the config
file in System32.
I'm certain the path to the config file is correct as this same code works
when installed with InstallUtil.exe
The remote object is in the gac and not installed by the setup project. I
don't think this should matter, but am including this point in case it does.
Thanks for any help with this.
- Next message: Jim Davis: "Re: Service Hosted Remoting Doesn't Work When Installed With MSI"
- Previous message: Owen Graupman: "Strange registry rrror when uninstalling .net application"
- Next in thread: Jim Davis: "Re: Service Hosted Remoting Doesn't Work When Installed With MSI"
- Reply: Jim Davis: "Re: Service Hosted Remoting Doesn't Work When Installed With MSI"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|