B
Benoit Drebet
I have a service installed for some times now, running
24/7 (at least until now ...) and this morning I got this
error in my event log:
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. The
following information is part of the event: .NET Runtime
version 1.1.4322.573- Setup Error: Failed to load
resources from resource file
Please check your Setup.
It caused my service to crash. I did some research in
several newsgroup (since the log doesn't really help to
find the source of the problem) and I found many people
facing this problem in different contexts but no
solution. Sometimes it seems to be OS related,
sometimes .Net framework versions related, culture
related, binding related, polling related ...
Does anybody have any clue of the reason this error shows
up?
Could it be a bug in my code that turns bad ? In that
case where should I have a look first (of course I can't
reproduce the error, would be too easy ...).
Is it more likely to be a .Net 1.1 bug going to be fix
(seems to be what everybody think)?
Thank you for any help you can provide.
24/7 (at least until now ...) and this morning I got this
error in my event log:
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. The
following information is part of the event: .NET Runtime
version 1.1.4322.573- Setup Error: Failed to load
resources from resource file
Please check your Setup.
It caused my service to crash. I did some research in
several newsgroup (since the log doesn't really help to
find the source of the problem) and I found many people
facing this problem in different contexts but no
solution. Sometimes it seems to be OS related,
sometimes .Net framework versions related, culture
related, binding related, polling related ...
Does anybody have any clue of the reason this error shows
up?
Could it be a bug in my code that turns bad ? In that
case where should I have a look first (of course I can't
reproduce the error, would be too easy ...).
Is it more likely to be a .Net 1.1 bug going to be fix
(seems to be what everybody think)?
Thank you for any help you can provide.