"Error with resources file needs to be fixed"

  • Thread starter Thread starter sklett
  • Start date Start date
S

sklett

I've got an application that has been installed and operating for over a
year at an offsite location. The source code has since been lost (building
fire). I wrote the application and I don't ever remember creating a message
like "Error with resources file needs to be fixed" - This message is being
displayed in a form where typically status messages are displayed. It's
very odd.

Anyway, I just wanted to check with you all here and see if anyone else has
ever seen this message. At this point I don't know where that message
string is coming from. I've googled it and there are no results for that
exact string.

I had to ask... it's a real head scratcher!

-Steve
 
If you have the binary files, and have not obfuscated them.. Get a
disaseembler , and you can re-construct the code. That might help you get
started, if you have not already thought of that..

That apart are you seeing the message in your status bar? or it is a .NET
application

VJ
 
meant to ask is it a .NET unhandled exception
VJ said:
If you have the binary files, and have not obfuscated them.. Get a
disaseembler , and you can re-construct the code. That might help you get
started, if you have not already thought of that..

That apart are you seeing the message in your status bar? or it is a .NET
application

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top