I have a windows service. I am trying to build it so I can call it.
I tried using the command:
installutil.exe WindowsService1.exe but that did not work. Here s the ouput error message.
C:\Documents and Settings\Administrator>installutil.exe C:\TEMP SANJEET\Raj's Mu
ltihreaed App for Axolotl\bin\Debug\WindowsService1.exe
Microsoft (R) .NET Framework Installation utility Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Exception occurred while initializing the installation:
System.IO.FileNotFoundException: File or assembly name TEMP, or one of its depen
dencies, was not found..
C:\Documents and Settings\Administrator>
I tried using the command:
installutil.exe WindowsService1.exe but that did not work. Here s the ouput error message.
C:\Documents and Settings\Administrator>installutil.exe C:\TEMP SANJEET\Raj's Mu
ltihreaed App for Axolotl\bin\Debug\WindowsService1.exe
Microsoft (R) .NET Framework Installation utility Version 1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Exception occurred while initializing the installation:
System.IO.FileNotFoundException: File or assembly name TEMP, or one of its depen
dencies, was not found..
C:\Documents and Settings\Administrator>