Bugs item #1542078, was opened at 2006-08-17 09:01
Message generated for change (Comment added) made by derekc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1542078&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: candle
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: skd123us (skdutta)
>Assigned to: Derek (derekc)
Summary: Null exception in Candle...

Initial Comment:
The UI component below:

        <Control Id="LicenseText" 
Type="ScrollableText" X="18" Y="90" Width="348" 
Height="120" HasBorder="yes" TabSkip="no">
          <Text SourceFile="Binary\eula.rtf" />
        </Control>


Gives the following error:

Unhandled Exception: System.NullReferenceException: 
Object reference not set to an instance of an object.
   at 
Microsoft.Tools.WindowsInstallerXml.CompilerCore.NameT
oBit(String[] attributeNames, String attributeName, 
YesNoType attributeValue, BitArray bits, Int32 offset)
   at 
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseCont
rolElement(XmlNode node, String dialog, 
TableDefinition table, Row& lastTabRow, String& 
firstControl, String& defaultControl, String& 
cancelControl, Boolean trackDiskSpace)
   at 
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDial
ogElement(XmlNode node)
   at 
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseUIEl
ement(XmlNode node)
   at 
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseFrag
mentElement(XmlNode node)
   at 
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseWixE
lement(XmlNode node)
   at 
Microsoft.Tools.WindowsInstallerXml.Compiler.Compile
(XmlDocument source)
   at 
Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run
(String[] args)
   at 
Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Main
(String[] args)

----------------------------------------------
If I remove the HasBorder attribute, the error goes 
away.

----------------------------------------------------------------------

>Comment By: Derek (derekc)
Date: 2006-08-17 21:53

Message:
Logged In: YES 
user_id=518766

What version of WiX are you using (specifically)?

I did a bunch of file fuzzing a few weeks ago and I think I
caught this bug during that test pass since this doesn't
repro with the very latest weekly release for me.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1542078&group_id=105970

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to