Hi,
I use a build step (Copy File) to add an image file to the ressource folder to make sure it is always available to the the web app.
When I try to add it to the word document I get an OLE Exception "Invalid file name".
The fact that the generated resource folder name has a "space" before "Resources" causes the error.
I know that I could add the file to the app folder but I would prefer put it at the same place as the other files.
Is there a way to solve that?
Thanks!