i guess none of the classes are getting executed. because i added
Code:(text)
static void Main()
{
System.Diagnost ics.Debugger.La unch();
and tried debugging the service i dont think system ever reaches to that place for me to debug and see where it is crashing.
Code:(text)
static void Main()
{
System.Diagnost ics.Debugger.La unch();
and tried debugging the service i dont think system ever reaches to that place for me to debug and see where it is crashing.
Comment