windows service

  • Thread starter Thread starter aditya desai via .NET 247
  • Start date Start date
A

aditya desai via .NET 247

i tried to build a windows service in .net.however when i gave the commmand "installutil" at dos prompt in the right directory,it gives the error "installutil" is not internal or external command,operable or batch file.please help me out
 
Hi Aditya,

Did u try ".\installutil""

Regards,
Devender...
aditya desai via .NET 247 said:
i tried to build a windows service in .net.however when i gave the
commmand "installutil" at dos prompt in the right directory,it gives the
error "installutil" is not internal or external command,operable or batch
file.please help me out
 
Hi,
I think you have to add the .net framework path to you PATH enviroment
variable.
:-)

Devender Khari said:
Hi Aditya,

Did u try ".\installutil""

Regards,
Devender...
aditya desai via .NET 247 said:
i tried to build a windows service in .net.however when i gave the
commmand "installutil" at dos prompt in the right directory,it gives the
error "installutil" is not internal or external command,operable or batch
file.please help me out
 
Back
Top