winservice on VS.NET

  • Thread starter Thread starter cs
  • Start date Start date
C

cs

I started a winservice on VS.NET and it was all going fine, I wrote over 500
lines of code and wanted to test them without installing the service, so I
added a main method and set a starting point to my project, now I have taken
both those things out and when I compile no exe is made and it says
Program 'blah blah blah' does not have an entry point defined
how can I make it realize its a winservice again?
 
just noticed my service class had hte main method removed, i wonder when I
did that, cause I did all my tests on a different class.
 
Try going into the appliocation at the code level and restructuring the
"blah blah blah". That will definitely improve your "stuff stuff stuff".
 
seeee I told yah restructuring the "blah blah blah" would work. sometimes
i amaze even myself.
 
Back
Top