We developed an AddIn for Word.
One of our customers has installed it. But when he wants to use it, he gets the following error message
"Setup error failed to load resources from resourcefile, please check your setup"
Any idea what's wrong?
Printable View
We developed an AddIn for Word.
One of our customers has installed it. But when he wants to use it, he gets the following error message
"Setup error failed to load resources from resourcefile, please check your setup"
Any idea what's wrong?
The error discribe itself , you need to check for your package . Is it complete with all necessary files ? and it's good practice also to use error-handling in all your code , so that you can get more descriptive error messages .
Yes, it is complete. I only changed some sources, nothing else. And I just tried the setup on my own PC, it works.
And: of course every procedure and function has its own error handling.
Thanks....
Perhaps the version of word on your development machine is later than the version on the machine you are deploying to???!!!!