473,486 Members | 2,476 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Failed to load resources

Hi,

I have seen a lot of different threads about this error in the new groups,
but never came across anything that pointed to an obvious solution.

6(!) instances of our app on a customer site just stopped working with the
error box :

"Setup Error

Failed to load resource from resource file
Please check your Setup"

Click on OK and it dies and you can restart. We have 2 instances of the app
(plus other apps) running per machine. I don't know whether the apps failed
in pairs, or 6 different machines had problems. Our guy on site got me a
program dump (when the message box was up) and I had a look in windbg but
can't honestly see anything obvious. Can anyone suggest where to look? This
doesn't seem to happen very often but when it does the impact is high.

TVMIA,

Adam.

==============================
Ad*********@Omnibus.NOSPAMMYSPAMSPAM.co.uk
Jul 2 '07 #1
4 2371
Here is a usefull article:
http://www.codeproject.com/useritems...h_The_Wind.asp

All the best,

Martin

"Adam Benson" wrote:
Hi,

I have seen a lot of different threads about this error in the new groups,
but never came across anything that pointed to an obvious solution.

6(!) instances of our app on a customer site just stopped working with the
error box :

"Setup Error

Failed to load resource from resource file
Please check your Setup"

Click on OK and it dies and you can restart. We have 2 instances of the app
(plus other apps) running per machine. I don't know whether the apps failed
in pairs, or 6 different machines had problems. Our guy on site got me a
program dump (when the message box was up) and I had a look in windbg but
can't honestly see anything obvious. Can anyone suggest where to look? This
doesn't seem to happen very often but when it does the impact is high.

TVMIA,

Adam.

==============================
Ad*********@Omnibus.NOSPAMMYSPAMSPAM.co.uk
Jul 2 '07 #2
Thanks for the response, Martin, but I don't think that's it.

This is a problem our app hits after running fine for days at a time. From
what I've seen it's some other error that the framework doesn't report
correctly and so you get the message box. As I said, I have dumps of the app
in this state, on site, but am not really sure what to examine in Windbg.

Cheers,

Adam.
==========
Jul 2 '07 #3
Hmmm,

I think standard question and possibility to test is.
Are you using some API calls?

Are you using Application.DoEvents()?

"Adam Benson" wrote:
Thanks for the response, Martin, but I don't think that's it.

This is a problem our app hits after running fine for days at a time. From
what I've seen it's some other error that the framework doesn't report
correctly and so you get the message box. As I said, I have dumps of the app
in this state, on site, but am not really sure what to examine in Windbg.

Cheers,

Adam.
==========
Jul 2 '07 #4
Hello,

I would suggest
http://www.memprofiler.com/
to make a check for memory leaks in your project.

If there are, you have to go worry a little more at disposing, unlink events
and null setting of references, I guess.

All the best,

Martin

"Adam Benson" wrote:
For what it's worth I can reproduce it :

Included code will produce this error on .NET 1.1 if you run the release
build and
1) Select "Start in its own thread"
2) Click on "Memory failure"
2a) Optionally, deselect "Start in its own thread"
3) Click on "Stack overflow"

So out on-site problem could be linked to OutOfMemoryException followed by
StackOverflowException.

Cheers,

Adam
========
Jul 4 '07 #5

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

Similar topics

5
3560
by: Greg | last post by:
Set Up Error - Failed to load resources from resource file Please check your set up. This plesently cordal and verbose error is greeting me in a very random and unpredictable way in a current VB...
3
7199
by: Ramani | last post by:
Hi, We are running a ASP .NET application on Win2K server (.NET framework 1.1) I have recently started getting this error - Failed to load resources from resource file. I would like to...
0
1710
by: Kevin P | last post by:
Hi News Group, In an application written in C# and VS.Net using Dotnet Framework 1.1.4322 on XP and Win 2000 machines, we randomly get the error "Failed to load resources from resource file....
0
2285
by: Paul | last post by:
I have an existing application that has been installed and running for several months. I recently made a minor change to this application. When the application is installed on the user machine and...
3
7758
by: Preference | last post by:
Hello, I am developing a .NET application in managed C++. Until now we have executed without problems in a lot of different computers. But a few days ago we detect a problem in some laptops. In...
0
1162
by: Erald Kulk | last post by:
l.s. i'm using the setup wizard in vs.net for c# to create a setup wizard. since i've made some forms localizable i get some extra folders (en and en-US) in the release folder in my project....
0
1934
by: Wal Turner | last post by:
Hi. The following error I seemingly get at random times when my application is loading. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an...
0
1496
by: bleedledeep | last post by:
I have 3 C# applications that run as a group. If I run each of these applications individually, they all start fine. If I have a batch file that starts each of them quickly, on *most* machines...
0
871
by: Markus Wildgruber | last post by:
Hi! On one of our computers we get the following error message over and over again at various locations when running our WinForms app: Failed to load resources from resource file. Please check...
4
2435
by: bclegg | last post by:
Hi, I am getting the above error when start my application which I deployed successfully. The msi was produced using a .net launch project. I can't see how to dig deeper to find out what is...
0
6967
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7341
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...
1
4870
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...
0
4564
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1381
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
600
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
266
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.