473,407 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

debugging service

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.
Oct 31 '07 #1
2 1285
The code in your Service is generating a Stack Overflow. This can be caused
by such things as calling the public field of a property vs the private field
causing an infinite loop, and many other reasons. Post "just enough" sample
code for readers to figure out what is wrong.
-- Peter
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"Analizer1" wrote:
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.
Oct 31 '07 #2
well peter you are right on it
i had a field
_RunningAsService

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

Tks Much
analizer1
"Peter Bromberg [C# MVP]" <pb*******@yahoo.NoSpamMaam.comwrote in message
news:1D**********************************@microsof t.com...
The code in your Service is generating a Stack Overflow. This can be
caused
by such things as calling the public field of a property vs the private
field
causing an infinite loop, and many other reasons. Post "just enough"
sample
code for readers to figure out what is wrong.
-- Peter
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"Analizer1" wrote:
>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.

Oct 31 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: David Evans | last post by:
Hi I have a service created in VS.NET, which I can install and run quite happily. After teh service is running, I can attach and run the debugger. However, if I set a breakpoint in the IDE the...
6
by: Dmitri Shvetsov | last post by:
Hi All, Did somebody see the situation when the VS refuses to debug the Web Service at all? I can't catch why, the initially created Web Service can be debugged very easy but after some changes...
0
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs...
16
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the...
5
by: snicks | last post by:
I'm trying to exec a program external to my ASP.NET app using the following code. The external app is a VB.NET application. Dim sPPTOut As String sPPTOut = MDEPDirStr + sID + ".ppt" Dim p As...
3
by: Sathyaish | last post by:
How do you debug a web service in Visual Studio .NET 2003? To give you some background, I have been programming for some over 8 years now and know how to debug VB, VC++ apps in Visual Studio 6.0...
0
by: Ken Allen | last post by:
The MSDN documentation on remote debugging is a bit sparse, to say the least, and there is almost no information available on the 'best' way to configure this. I should note that my development...
4
by: John Wilmot | last post by:
I have a service that is set up to use remoting. Is there a way that calls from a web page to this service can be debugged in Visual Studio 2005?
3
by: Rick | last post by:
We have a web site that was built as an ASP.Net Web Site, I am unable to remote debug, when build ing the web site there is not a dll or PDB file generated. I can debug on my local machine but...
7
by: GaryDean | last post by:
(this was also posted on the MSDN WCF forum but the answers over there are not so good) I have a WCF Library hosted by IIS 6 and it all works fine. However I need to step through the code in the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.