Failed to load resources from resource file

  • Thread starter Thread starter bclegg
  • Start date Start date
B

bclegg

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 failing to load.
I have looked at the manifest with ildasm but am none the wiser.

Does anybody know how to diagnose this sort of problem?

Thanks
Bob
 
Hello Bob,

Thanks for posting. As far as I know, if the Microsoft Data Access
Component has been corrupted on the target machine, we will get this error.
Let's try updating the MDAC by installing 2.8:

http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-
b037-185d0506396c&DisplayLang=en

On the other hand, if we install the package to another machine, do we have
this problem? This can isolate whether the problem is with your deployment
package or that specific machine.

I hope the information is useful to you.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Felix,
Problem solved.
It was a coding problem in the application that was environment sensitive.
regards
Bob
 
Hello Bob,

Thanks for your update. I am glad to hear that the problem has been fixed.

Please feel free to post here if you still have any further concerns.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top