Windows Service in VB.Net

G

Guest

I created a Windows Service in VB.Net and I tried using the InstallUtil and I
keep getting this error message -- please help

Exception occurred while initializing the installation:
system.io.filenotfoundexception: file or assemble name emailpooler.exe, or
one of its dependencies, was not found..
 
G

Guest

Are you running installutil from a standard command prompt, or from the VS
command prompt? If you are doing it from the standard command prompt, you
have to either run installutil from its folder location, supplying the
complete path to your service exe. If you are running it from the VS command
prompt, run the command within the folder that the exe resides.

Hope this helps.
Dan
 
G

Guest

I do have one other question -- what is the best way to deploy the new
service -- by using the installutil to load it on another computer or by
doing an MSI package... any samples of do this for a Windows Service...
 

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