P
Pug Fugly
I have a .chm file that I have added to my project.
The "Build Action" of the file is set to "Content". I am
trying to use Help.ShowHelp() to load the file but it only
seems to work if I use a full file path and not a relative
one. I get the following error "Invalid URI: The format
of the URI could not be determined." If I click
on "Continue" in the debugger, the file loads after that
exception. Using a full path (ie. "c:\folder\test.chm")
works fine without the exception, but something
like "/Global/Help/test.chm" does not. Any idea why? I
have tried switching the slashes but it didn't seem to
work.
Thanks,
Pug
The "Build Action" of the file is set to "Content". I am
trying to use Help.ShowHelp() to load the file but it only
seems to work if I use a full file path and not a relative
one. I get the following error "Invalid URI: The format
of the URI could not be determined." If I click
on "Continue" in the debugger, the file loads after that
exception. Using a full path (ie. "c:\folder\test.chm")
works fine without the exception, but something
like "/Global/Help/test.chm" does not. Any idea why? I
have tried switching the slashes but it didn't seem to
work.
Thanks,
Pug