html help files (chm) and .NET framework 2.0

P

Peter Row

Hi,

I work on a large application (relative I guess) and the help is implemented
in a CHM file converted from a Word file.
For the version of the app pending release one of the things done was to
upgrade to .NET 2.0.

As a result it seems that pressing F1, whilst bring the help up, if you
click any related links displayed on any of the pages
then after a short period of the Windows help chm viewer being unresponsive
it generates an out-of-memory error and
clicking [ok] closes both the help and the application.

My reason for suspecting this is due to the following investigation:
1) Doc-To-Help forum (product being used to convert Word file to help chm
file) some one has virtually identical
problem (except they don't get the message and the closure, just no links
work). The single response was that it was
a .NET 2.0 framework issue.

2) If I launch the CHM from Windows explorer then links work fine.

3) If I copy the help file to the install directory of the previous version
of our app (which uses .NET 1.1) and launch
the help from the previous version then links work fine.

If anybody has encountered this problem and knows of any way around it then
that would most appreciated.

Regards,
Peter
 
P

Peter Row

Hi,

For anybody else I found the problem.

For some reason MS changed the way the HelpProvider functionality works
in .NET 2.0 so that HTML Help files (.chm) with spaces in the name no longer
work correctly causing the issue originally outlined.

Compiling to a help file with no spaces in the file name and using that
works fine.

Regards,
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top