|
| Setup Error: Failed to load resources from resource file |
|
|
|
|
| Messages |
|
Related Types |
This message was discovered on microsoft.public.dotnet.framework.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
| Benoit Drebet |
| GOOD ANSWER |
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.
|
|
|
| |
|
|
| |
| |
| Eric Stoll |
| GOOD ANSWER |
I started getting this error message today as well. Our web application has been running 24/7 for several months now without any problems. This morning, we suddenly started receiving the same error you posted. If anyone has found the cause of this, please reply. IISRESET seems to fix the problem temporarily.
"Benoit Drebet" <Click here to reveal e-mail address> wrote in message news:<0cff01c3be44$fdc44da0$Click here to reveal e-mail address>... [Original message clipped]
|
|
|
| |
|
|
| |
| |
| George Chrisbacher |
Ditto that. App was working fine, now I'm getting the following events as the app hangs:
Application Log Event ID: 0 Source: .Net Runtime 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.573- Setup Error: Failed to load resources from resource file Please check your Setup.
followed by
System Log Event ID: 1011 Source: W3SVC A process serving application pool 'DefaultAppPool' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '3512'. The data field contains the error number.
Click here to reveal e-mail address (Eric Stoll) wrote in message news:<Click here to reveal e-mail address>... [Original message clipped]
|
|
|
| |
|
|
| |
| |
| Todd |
Same problem here guys...any solution? What are the commonalities? Do you all have Windows 2003? Are any of you running .Net Framework 1.0 on top of 1.1? If so this could be related.
Click here to reveal e-mail address (George Chrisbacher) wrote in message news:<Click here to reveal e-mail address>... [Original message clipped]
|
|
|
| |
|
| |
| |
| Michael Freidgeim |
I had the same error running ASP.NET application under Win2003 server with .Net Framework 1.1. In my case it was caused by attempt to invoke debugger. Application has been build in Release mode, but had the call System.Diagnostics.Debugger.Break() When I removed the line, there was no more craches. -------------------------------- From: Michael Freidgeim
|
|
|
| |
|
| |
|
|
|
|
| |
| lchase4411 |
This is a free file monitoring tool (http://www.sysinternals.com/ntw2k/source/filemon.shtml), I would recommend downloading it and watching what the service is doing to the hard drive, i.e. open,close,create, etc... and you will see if it is getting any ACCESS DENIEDs because I was. It is pretty enlightening and should hopefully help you out a bit.
Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ---------------------------------------------------------- http://www.usenet.com
|
|
|
| |
|
|
| |
|
| |
| jonknutson |
IIS 6.0 Windows 2003 Server
Framework 1.1.4322.573
we have multiple servers that work fine.. but this one server is being dumb.
Time to re-install I think.
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
|
|
|
| |
|
| |
|
| |
| jonknutson |
IIS 6.0 Windows 2003 Server
Framework 1.1.4322.573
we have multiple servers that work fine.. but this one server is being dumb.
Time to re-install I think.
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
|
|
|
| |
|
| |
|
| |
| jonknutson |
IIS 6.0 Windows 2003 Server
Framework 1.1.4322.573
we have multiple servers that work fine.. but this one server is being dumb.
Time to re-install I think.
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
|
|
|
| |
|
|
| |
| |
| mpooja@blr.cognizant.com |
What exactly is the problem?
********************************************************************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
|
|
|
| |
|
| |
|
|
| |
| bluestone |
Here I wrote a program running as service written with C# under .Net framework 1.1, windows 2003, and unexpectedly got this error, also lead to my program crash, with the following message in the windows event log. ".NET Runtime version 1.1.4322.573- Setup Error: Failed to load resources from resource file Please check your Setup."
I have no clue about how lead to this severe problem occur and lead to my service stopped forcibly by windows.
In my program, I use socket and ado.net, And I closed ado.net connection pool option.
who can give me any advice~~~ thanks in advance.
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
|
|
|
| |
|
| |
|
| |
| Fump |
Hello,
I have the same problem for a windows service : ".net runtime version 1.1.4322.573-Setup error : Failed to load resources from resource file" It is installed on W2003..
Fump.
|
|
|
| |
|
|
| |
|
| |
| oarrivi |
I have the same problem with a Desktop application installed in some machines with Windows 2000, .NET Framework 1.1.4322.573 and MDAC 2.8. (All in English version)
The application only launch some executables with a Process object and captures its Standard input and output.
The error appears about 1 or 2 times a day in different contexts, never in the same situation.
I have noticed that if I ignore the error message window (it isn't modal with my application), the application still running normally. Even are appearing more of this error messages in the screen. It seems that isn't a application problem and it's produced by .NET Framework.
Thanks.
|
|
|
| |
|
| |
| |
| Dream Weaver |
ditto here -- Win 2003, same (randomly-occuring) error, and lockup.
|
|
|
| |
|
| |
| |
| David Dimmer |
Click here to reveal e-mail address (Dream Weaver) wrote in message news:<Click here to reveal e-mail address>... > ditto here -- Win 2003, same (randomly-occuring) error, and lockup.
Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 0 Date: 4/2/2004 Time: 1:43:14 PM User: N/A Computer: SERVER Description: 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.573- Setup Error: Failed to load resources from resource file Please check your Setup.
Any solutions to this? My app WAS working for months... this is so fluke!
|
|
|
| |
|
|
| |
| |
| David Dimmer |
FIX!!!! --------
If these messages look familiar you may have a recursive function error. I did, and it was the hardest thing to track down as the page didn't load a single line, or through any meaningful data. Hope this points you in the right direction, as you can tell this took me forever to take the time to find it. I literally went line by line.
----------------------------
Error: The Template Persistent Cache initialization failed for Application Pool 'DefaultAppPool' because of the following error: Could not create a Disk Cache Sub-directory for the Application Pool. The data may have additional error codes..
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
----------------------------
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.573- w3wp.exe - Common Language Runtime Debugging Services: Application has generated an exception that could not be handled.
Process id=0xa2c (2604), Thread id=0xed0 (3792).
Click OK to terminate the application.
Sincerely, David Dimmer
_________FYiN__________ B: 414.298.3009 M: 414.688.3941 E: Click here to reveal e-mail address W: http://www.fyin.com
Extreme Programming (XP); Test Driven Development (TDD); ASP.NET; C#.NET; VB.NET; Graphic Design; xHTML; HTML; XML; JavaScript; Object Oriented Programming (OOP); Flash; DreamWeaver; HomeSite; FrontPage; nUnit; nAnt; eCommerce; Web Hosting; Data Integration; ASPX; ASCX; ASP; CSS; sHTML;
|
|
|
| |
|
| |
|
|
|
| |
| Icwgdr |
I had a similar error in my asp.net application, that came up during development. In my case the problem was caused by a programming error: I had an asp.net page that created a thread and was waiting for it to complete, but the thread was stuck in a function that was calling itself in an infinite recusion...
Your error log might have additional info, In my %SystemRoot%\system32\LogFiles\HTTPERR\httperr1.log, I got "Connection_Abandoned_By_AppPool" 5 times, then the application shuts down.
If you saw "QueueFull" in the error log, there's some more information on that error here: http://support.microsoft.com/default.aspx?scid=kb;en-us;816995&Product=iis60
Also check your event log. My error showed up as:
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.573- Setup Error: Failed to load resources from resource file Please check your Setup.
Another option might be to debug the application using the IISState debugging tool: http://www.iisfaq.com/default.aspx?view=P197
(My host: Windows 2003 Server, IIS 6, .NET runtime 1.1.4322.573)
|
|
|
| |
|
| |
|
| |
| oarrivi |
I noticed that running my application in debug mode this message disappears, but throw uncatcheable ExecutionEngineException exception at mscorlib.dll
I have detected that my application shows this message over some Windows Forms controls (ToolBar buttons and ListView). For example, in the ListView control, when the user is resizing the columns and some event changes the content of a ListViewSubitem. In the toolbar button, when the tooltip is visible and changes the button enable property, this message/exception is shown too.
The message/exception is not thrown at the begin of execution, usually appears passed some minutes.
|
|
|
| |
|
|
| |
|
|
| |
| mick |
I'm having exactly the same problems with Windows SBS 2003.. web sites work for a while (~10 minutes) then unresponsive, or very very slow.
|
|
|
| |
|
| |
|
| |
| Pawnsdeleone |
And you can also get this error by attempting to access resources not on your current user thread..
http://www.windowsforms.com/Forums/ShowPost.aspx?tabIndex=1&tabId=41&PostID=12470
|
|
|
| |
|
| |
|
| |
| Jack (VIP) |
| GOOD ANSWER |
what's the matter? I met too!! Can any one help me?
"Benoit Drebet" wrote:
[Original message clipped]
|
|
|
| |
|
|
| |
|
|
|
|
|
|
|
|
BootFX
Reliable and powerful .NET application framework. |
|
|
|
|
|
|