failed to load resources from resource file -- a security issue?

  • Thread starter Thread starter rich
  • Start date Start date
R

rich

I'm having trouble with a windows forms application using c# on XP SP2.
The message "failed to load resources from resource file" appears when
the application is ran. It appears to be a permissions problem. The
application was installed by the administrator and when the admin, or
anyone in the admin or power user group, try's to run the application
it runs fine.

If a default user runs it, they recieve the error message mentioned
above. I have tried to give the main dll full trust for the machine,
but that does not seem to help.

Does anyone have any ideas.

Thanks...
 
Hi Rich,

Could you please post some code? Or if it is deployed, could you obtain the
exception object?
 
Back
Top