debugging service

A

Analizer1

the below is error when starting a service....
i need some help figuring this out....
has anybody had this type of error on starting a service

Tks
Analizer1


all comples well
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 10/31/2007
Time: 1:18:01 PM
User: N/A
Computer: COMPUTER80
Description:
EventType clr20r3, P1 oaextractnet.exe, P2 1.0.0.0, P3 4728e2e9, P4 extract,
P5 1.0.0.0, P6 4728e2e8, P7 1f, P8 0, P9 system.stackoverflowexception, P10
NIL.
 
A

Analizer1

well peter you are right on it
i had a field
_RunningAsService

public RunningAsService
{
set {
this.RunningAsService=value; // was calling itself
}
}

Tks Much
analizer1
 

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