windows service

  • Thread starter aditya desai via .NET 247
  • 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
 
D

Devender Khari

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top