user990635
user990635

Reputation: 4249

Getting an error from the exe file of Windows Service

I wrote a Windows Service in Visual Studio 2008 (c#)
How do I create an *.exe file of my Windows Service?

I am trying to use This guide but can't make it work.

With the help from todda.speot.is found the exe file. now when I'm trying to open it, I get this error:
enter image description here

Upvotes: 0

Views: 601

Answers (1)

ta.speot.is
ta.speot.is

Reputation: 27214

The output of a Windows Service project is an .exe. Get is out of the bin\Debug or bin\Release folder.

Upvotes: 1

Related Questions