Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6581241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:07:41+00:00 2026-05-25T16:07:41+00:00

We’ve been seeing this error crop up in our system event logs an alarming

  • 0

We’ve been seeing this error crop up in our system event logs an alarming amount. It relates to a very simple command-line app (literally four or five lines of actual processing code) that consumes a webservice on the same machine. I modified the application configuration and it seemed to fix things, but now it’s back.
The error only appears in the Event Viewer, and looks a little like this:

Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 19/09/2011
Time: 09:26:04
User: N/A
Computer: SQL
Description:
EventType clr20r3, P1 estimatorcli.exe, P2 1.0.0.0, P3 4e410f1b, P4
mscorlib, P5 2.0.0.0, P6 4d8c128c, P7 420e, P8 51, P9
system.servicemodel.fault, P10 NIL.

Sorry if this is too much.
Googling hasn’t brought back a whole lot of information, just some obscure references to the EventType. I’ve tried debugging, and a lot of the time, the program runs fine on my XP64 development machine (the server’s running 2003 Ent64). However, when I update the Service Reference, Visual Studio creates two references to the Web Service, and when I try to run the app, it throws a nasty error that seems to indicate that the app can’t determine which of the references it shoudl be using. Removing the surplus reference in the app.config file seems to cure this, but I’ve done this and moved the compiled app to the server and am still getting this error. I also find it interesting that the error is listed as being .Net 2.0 when the app was written for .Net 3.5; the server has .Net 3.5SP1 installed.
Could this be a Visual Studio bug? If so, could there be a way around it?
Thanks.
Update: From going through the stack trace, I was able to discover the error was my fault; I hadn’t passed enough parameters through to a stored procedure. Looking back, I guess the entire framework was working as can be expected, I just wish the errors were easier to read!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:07:42+00:00Added an answer on May 25, 2026 at 4:07 pm

    This is typically how the .NET runtime notifies you of an uncaught exception in your application.

    Since you have a “simple command line application”, try putting a try/catch block, together with writing the exception to the console, eventlog or some file.

    Example:

    public static int main(String[] args)
    {
        try 
        {
           // other code
    
           return 0;
        }
        catch (Exception ex)
        {
           Console.Error.WriteLine(ex);
    
           // Save to file, in case this is an application that runs in the background
           // Make sure the directory exists and is writable though.
           System.IO.File.WriteAllText("C:\\TEMP\\Exception.txt", ex.ToString());
    
           return 1;
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
Seemingly simple, but I cannot find anything relevant on the web. What is the
We're building an app, our first using Rails 3, and we're having to build
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
We are using XSLT to translate a RIXML file to XML. Our RIXML contains

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.