D
DC
I created a small windows service app. using VB.net, and it works perfectly
in our development server.
However, when I uploaded this program into our production server, and tried
installing it using "installutil" tool, I have this error:
Exception occurred while initializing the installation:
System.IO.FileNotFoundException: File or assembly name
communication_tool_service, or one of its dependencies, was not found.
communication_tool_service is my program name, and I have uploaded the BIN
folder which contains the .EXE file and the required .DLL.
Am I missing step here?
- DC
in our development server.
However, when I uploaded this program into our production server, and tried
installing it using "installutil" tool, I have this error:
Exception occurred while initializing the installation:
System.IO.FileNotFoundException: File or assembly name
communication_tool_service, or one of its dependencies, was not found.
communication_tool_service is my program name, and I have uploaded the BIN
folder which contains the .EXE file and the required .DLL.
Am I missing step here?
- DC