10083 Object reference not set to an instance of an object

This forum is for all Flare issues related to the Microsoft HTML Help target.
This target produces "CHM" files in the output.
Post Reply
pjv
Jr. Propeller Head
Posts: 2
Joined: Mon Mar 09, 2015 6:39 am
Location: Texas

10083 Object reference not set to an instance of an object

Post by pjv »

I'm trying to generate a CHM in Flare 10 and consistently getting the same errors. Am I using a system-reserved tage name or abbrev? I've reset the tag names a couple of times from TBL_TXT_Left... table_text_L, etc.

When I gen the file, it processes the files, getting to generating output skins, alias file, audio links, final TOC then displays the Object reference... message.

10083 Object reference not set to an instance of an object
Aborted

There are a boatload of error messages for accessibility (i.e., table has no header elements/caption/summary -- which I don't use).

Sample Error Msg when I display an "offending" file in XML Editor --
Line: 1. Char: 15. Missing colon (:)(tokens=table_heading_L) (where the tagname reflects the current tagname.
pjv
Jr. Propeller Head
Posts: 2
Joined: Mon Mar 09, 2015 6:39 am
Location: Texas

10083 Object reference not set to instance of an object SOLV

Post by pjv »

SOLUTION: After about a week of trying everything I could think of, I finally narrowed down the problem to a coding error. When I was entering code into the Text Editor, I used a style= call instead of a class=. Duh! As soon as I fixed that problem, the project ran all the way through. And this is what I refer to as a "Stupid-User error!" :oops:
Post Reply