Results 1 to 3 of 3

Thread: Failed to load resources from resource file

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Bergen, Norway
    Posts
    12

    Failed to load resources from resource file

    I am having trouble with the error message "Setup Error Failed to load resources from resource file. Please check your setup."

    Why is this error message showing, .NET have always shown good error messages before. I think this must be a bug in the .NET framework. Have anyone else seen this error message?

  2. #2
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    Are you using a .NET Setup project to deploy your application? Are you using resoucre files for localised versions of forms (to support different spoken languages)?

    If the answers to both the above is yes then it may be that you have ommitted to include the Localized Resources from your application in your setup project. They get added in the same way and to the same place as the Primary Output. You should see them next to each other in the Solution Explorer.

    Maybe I'm barking up the wrong tree?
    This world is not my home. I'm just passing through.

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Bergen, Norway
    Posts
    12
    No, I am not using localised forms.

    It seems like after I upgraded my application to framework 1.1, this error message is shown instead of the normal error messages.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width