Marko Apfel

C#, Architecture, QA, Coach, GIS, ArcGIS, ArcObjects

  Home  |   Contact  |   Syndication    |   Login
  141 Posts | 2 Stories | 69 Comments | 4 Trackbacks

News



Twitter | LinkedIn | Xing

Twitter












Article Categories

Archives

Post Categories

BizTalk

C#

Enterprise Library

SAP

SQL Server

Technologie

Today i had an error by building my sandcastle documentation project.

After compiling during opening the output instead my chm-file in the help viewer the internet explorer pops up with an error message that the destination could not be found.
So i took a look in the log of the compile process and there was some warnings of the following type listed:

HHC3004: Warning: Resources.HandlingCursors.01.png :
The HTML tag <CRYPTICAL SIGNS> is not a valid HTML tag (it does not begin with an alphanumeric character).

After google this i got the hint, that in filenames with multiple dots no part should start with character "H"!!!
So HandlingCursors was the problem.

After renaming in Resources.Cursors.01.png everything works fine.

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
posted on Wednesday, March 11, 2009 11:28 AM