Hi all,
I have a windows service that won't install on a non-dev machine.
Exception occurred while initializing the installation:
System.IO.FileNotFoundException: File or assembly name
ServerService.exe, or one of its dependencies, was not found..
The service references a number of other assemblies that seem to be in
the correct location. i.e. I copy the installation folder from my
machine which works to another machine and it doesn't.
I have tried using the FUSLOG.exe with the reg hacks to show all failed
binds but it does not seem to give me much.
Any tips on how to debug such an error given that it sits in the "it
works on my machine" category.
Regards
Mark
Katy King - 19 May 2005 00:32 GMT
Mark,
What are you using to install your service? (i.e. InstallUtil.exe, a Setup
project, etc.)
Katy
From: Mark <__Mark@newsgroup.nospam>
| Hi all,
| I have a windows service that won't install on a non-dev machine.
[quoted text clipped - 16 lines]
|
| Mark