HelpWriter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis

    #1

    HelpWriter

    I am trying to document one of my VB.Net applications using Microsoft's
    HelpWriter. I used the helpwriter to develop the table of contents and links
    to my HTML pages that I wrote in Microsoft Word. This works fine and it
    compiles into a .chm file. This .chm file works ok on the computer I used to
    develop but when the .chm file is copied to another computer, I get the table
    of contents but all of the links say that the page can't be found. Do I have
    to copy files other than the .chm file? I checked and deleted my html files
    that were compiled into the .chm file and it still works on my development
    computer....wha t am I missing. Any help would be appreciated.
    --
    Dennis in Houston
  • Peter Macej

    #2
    Re: HelpWriter

    Is another computer accessing the CHM from network drive? If yes, see
    http://www.ec-software.com/products_hhreg.html for description of your
    problem.

    --
    Peter Macej
    Helixoft - http://www.helixoft.com
    VSdocman - Commenter and generator of class documentation for C#, VB
    ..NET and ASP .NET code

    Comment

    • Dennis

      #3
      Re: HelpWriter

      Thanks for the info..I did have it on a shared drive so moved it to a
      non-shared drive and it works fine. Thanks again Peter.
      --
      Dennis in Houston


      "Peter Macej" wrote:
      Is another computer accessing the CHM from network drive? If yes, see
      http://www.ec-software.com/products_hhreg.html for description of your
      problem.
      >
      --
      Peter Macej
      Helixoft - http://www.helixoft.com
      VSdocman - Commenter and generator of class documentation for C#, VB
      ..NET and ASP .NET code
      >

      Comment

      Working...