C
Cylix
I have create and finished a windows service project.
I test and debug the project in my computer by just rebuild the file,
and so the service is installed in my computer before.
Now, I need to deploy it to the admin computer, but I don't know the
way.
I have tried to copy file in \bin and using command:
installutil <the service file path>
Exception return: System.IO.FileNotFoundException: File or assembly
name XXXXXXXXXXX.exe, or one of its dependencies, was not found ...
Thanks!
I test and debug the project in my computer by just rebuild the file,
and so the service is installed in my computer before.
Now, I need to deploy it to the admin computer, but I don't know the
way.
I have tried to copy file in \bin and using command:
installutil <the service file path>
Exception return: System.IO.FileNotFoundException: File or assembly
name XXXXXXXXXXX.exe, or one of its dependencies, was not found ...
Thanks!