Sorry folks, bit of a noob question I know! Using VS Express I've got a few MS Word files added to a project and I just can't seem to access them once published.
While in debug I'm using:
Environment.CurrentDirectory + "\\Sheet.docx"
and it works fine.
I've got a couple of xml files added too and can access them once published using:
ApplicationDeployment.CurrentDeployment.DataDirectory + "\\settings.xml"
What's the equivalent for accessing the word file?
Thanks, Chris.