Click here to Skip to main content
15,909,051 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Dataview RowFilter efficiency problem Pin
Dave Kreskowiak18-Jun-06 2:50
mveDave Kreskowiak18-Jun-06 2:50 
QuestionPanel_paint method Pin
reshsilk16-Jun-06 4:23
reshsilk16-Jun-06 4:23 
AnswerRe: Panel_paint method [modified] Pin
Ravi Bhavnani16-Jun-06 4:46
professionalRavi Bhavnani16-Jun-06 4:46 
GeneralRe: Panel_paint method Pin
reshsilk16-Jun-06 6:03
reshsilk16-Jun-06 6:03 
GeneralRe: Panel_paint method Pin
Robert Rohde16-Jun-06 9:43
Robert Rohde16-Jun-06 9:43 
GeneralRe: Panel_paint method Pin
Guffa16-Jun-06 5:00
Guffa16-Jun-06 5:00 
QuestionMemory Corrupt (Migration from 1.1 to 2.0) Pin
elcheah15-Jun-06 23:22
elcheah15-Jun-06 23:22 
QuestionMysterious .NET error. [modified] Pin
MY120115-Jun-06 21:51
MY120115-Jun-06 21:51 
Hello guys (and girls) Smile | :)

I have got this mysterious .NET error:

"The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: .NET Runtime version 1.1.4322.2300- Setup Error: Failed to load resources from resource file.

Please check your Setup."

According to the event log the source of error is ".NET Runtime".

I have been Googleing for quite some time now, but without any luck.

A brief description of the application:
It is a winservice managing new orders from customers. This is an automatic task. Whenever a customer places a new order, the winservice will notice this by looking in the database. The service processes the order, and notify the customer by mail.

The service consists of a System.Timers.Timer which every 10th second checks the database, to see if any new orders are present. If so, the service will perform it's task, otherwise wait another 10th seconds.

But every once in a while, the above mysterious error occurs followed by a "unexpected exit" of the service process.

This is what I've found out so far:
- According to the results from Google, this is usually caused by an infinite loop. Although this seems to be a good explanation, I haven't been able to locate any inifinte loops in the code.
- The error often occures in association with IIS. Though customers are using a webservice to place their order, there is nothing indicating an IIS error.
- The service's memory use is not devastatingly high. And usually stays on an average level.
- There is no reference to an exception what so ever.

Until now debugging has been a wild goose chase. So before I'll go out and cry in the woods, I thought I would ask if any of you guys have experienced this strange behaviour.

System:
Windows Server 2003 with SP1
Components used:
- MapInfo MapXtreme 6.2
- Oracle Data Provider for .NET 9

Webservice uses:
- IIS and Oracle Data Provider for .NET

Thanks for any help you can provide! Smile | :)

modified on Monday, March 10, 2008 4:57 AM

AnswerRe: Mysterious .NET error. Pin
leppie15-Jun-06 22:16
leppie15-Jun-06 22:16 
QuestionShared Assemblies Pin
Garg, Deepak15-Jun-06 20:39
professionalGarg, Deepak15-Jun-06 20:39 
AnswerRe: Shared Assemblies Pin
Justin_Joseph16-Jun-06 1:50
Justin_Joseph16-Jun-06 1:50 
QuestionCompare Listview Items and return the index Pin
eatwork15-Jun-06 4:49
eatwork15-Jun-06 4:49 
AnswerRe: Compare Listview Items and return the index Pin
Josh Smith15-Jun-06 4:59
Josh Smith15-Jun-06 4:59 
GeneralRe: Compare Listview Items and return the index Pin
eatwork15-Jun-06 5:22
eatwork15-Jun-06 5:22 
QuestionTrack the LAN Mailslot messages Pin
Rsekaran15-Jun-06 2:14
Rsekaran15-Jun-06 2:14 
QuestionRemoting help.. [modified] Pin
Resolver1815-Jun-06 1:35
Resolver1815-Jun-06 1:35 
AnswerRe: Remoting help.. Pin
Robert Rohde16-Jun-06 9:44
Robert Rohde16-Jun-06 9:44 
GeneralRe: Remoting help.. Pin
Resolver1818-Jun-06 20:18
Resolver1818-Jun-06 20:18 
QuestionOK -> X ??? Pin
Ali Beirami14-Jun-06 20:47
Ali Beirami14-Jun-06 20:47 
AnswerRe: OK -> X ??? Pin
Guffa14-Jun-06 21:50
Guffa14-Jun-06 21:50 
QuestionLoading Resource Pin
John R. Shaw14-Jun-06 19:56
John R. Shaw14-Jun-06 19:56 
QuestionAnyone knows ADXStudio? Pin
Rukmini T14-Jun-06 9:03
Rukmini T14-Jun-06 9:03 
Question.Net Assembly Pin
Manoj T.14-Jun-06 8:58
Manoj T.14-Jun-06 8:58 
Questionbutton_click does not work Pin
Kosta Pereira14-Jun-06 4:00
Kosta Pereira14-Jun-06 4:00 
AnswerRe: button_click does not work Pin
Ravi Bhavnani14-Jun-06 4:08
professionalRavi Bhavnani14-Jun-06 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.