"Object reference not set to an instance of an object."

This forum is for all Flare issues not related to any of the other categories.
Post Reply
oceanclub
Sr. Propeller Head
Posts: 277
Joined: Thu Oct 10, 2013 4:45 am
Location: Dublin

"Object reference not set to an instance of an object."

Post by oceanclub »

Code: Select all

Build failed: Object reference not set to an instance of an object.
Saving log to "C:\Output\Portal\Portal.mclog"
</Messages>
    <Warnings />
    <Errors>
        <LogEntry File="Project\Targets\Portal.fltar" Message="Build failed: Object reference not set to an instance of an object.
" LineIndex="-1" CharIndex="-1" Subsystem="Compiler" Target="Portal" ErrorID="10086" />
    </Errors>
</MadCapLog>
Does anyone know the possible reasons for this error? A colleague gets it for a project they set up. However the same project builds fine for me. Other projects build fine for them as well. So we have absolutely no way to troubleshoot this.

P.
Psider
Propellus Maximus
Posts: 902
Joined: Wed Jul 06, 2011 1:32 am

Re: "Object reference not set to an instance of an object."

Post by Psider »

I hate that message so much. It seems to mean "A thing happened. Good luck figuring it out." :P

I had the ErrorID in your log with a different message. Perhaps this thread will help you find what's going on.

viewtopic.php?f=9&t=30270
Post Reply