David
2012-07-01 10:27:57 UTC
I have created a compiled chm help file using HTML Help Workshop. It is included as a resource in a VS2010 Windows application in C#. On building and publishing the application, it is copied to a Resources directory in the deployment and is referenced in the code as ./Resources/filename.chm. The help file works fine and as expected in HTML Workshop, in the application running in the VS2010 IDE in debugging mode and if I then install the application on the machine I am developing it on (running Windows 7) from the Click Once deployment.
When I install it on another machine (Windows XP Pro SP3) the application works fine, and the help viewer displays the Contents and Index files but will not display the topic file contents.
I am guessing this is some sort of permissions problem. I have read a number of posts about security settings where a Windows fix causes files to be blocked, however no unblock button is showing in the file properties window for the file (on either the development machine or when deployed to another machine). Has anyone come across this sort of problem?
When I install it on another machine (Windows XP Pro SP3) the application works fine, and the help viewer displays the Contents and Index files but will not display the topic file contents.
I am guessing this is some sort of permissions problem. I have read a number of posts about security settings where a Windows fix causes files to be blocked, however no unblock button is showing in the file properties window for the file (on either the development machine or when deployed to another machine). Has anyone come across this sort of problem?