Results 1 to 8 of 8

Thread: [02/03]failed to load resources from resource file.

  1. #1

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Exclamation [02/03]failed to load resources from resource file.

    Hi,

    I'm trying to run an app (this was developed using VB.NET 2003 and MS Office 2003).

    This app runs ok under W98, W2000, W2003, WXP. But when it runs under MS Vista it displays this error:

    "failed to load resources from resource file. Please check your setup"
    The user can install correctly the app, but when he tries to run it, it crashes and displays this error message.


    regards

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: [02/03]failed to load resources from resource file.

    Are you trying to access files in the c:\program files or c:\windows directories?

  3. #3

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Re: [02/03]failed to load resources from resource file.

    Yes. In the "Program Files". Already I tried to move the data directory to "Documents" folder and it displays the same error.

    The user has total rights.

    But where I install the app?

    regards

  4. #4
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: [02/03]failed to load resources from resource file.

    It is probably UAC blocking you from accessing the files.

    If you turn UAC off, does the problem go away? If it does, then that is your problem and you need to look at your code to determine what is accessing things that UAC thinks it should not.

  5. #5

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Re: [02/03]failed to load resources from resource file.

    How I can turn off UAC?

    regards

    PS: Ok i have seen : http://www.howtogeek.com/howto/windo...windows-vista/

  6. #6
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: [02/03]failed to load resources from resource file.

    Don't turn it off permanently though, just do that as a test to see if that is what is causing your error, if it is, then that can really help you narrow down your issue.

  7. #7

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Re: [02/03]failed to load resources from resource file.

    it continues displaying the same message.

    The app uses interop.xxxxxx.dll (Interop.JRO.dll, Office.DLL,...) These DLL are compatibles with Vista? Or might these be the causers of the problem?

    regards

  8. #8

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Re: [02/03]failed to load resources from resource file.

    Please any help?

    Anybody has had a similar error under Vista?

    thanks in advance

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