Bugs item #1366518, was opened at 2005-11-25 11:07
Message generated for change (Settings changed) made by robmen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1366518&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: Pending
>Resolution: Fixed
Priority: 5
Submitted By: Michael Iles (toque)
>Assigned to: Rob Mensching (robmen)
Summary: Null ref when <Control> missing Id attr

Initial Comment:

wixobj:
     [exec] Microsoft (R) Windows Installer Xml
Compiler version 2.0.3309.0
     [exec] Copyright (C) Microsoft Corporation 2003.
All rights reserved.

     [exec] my-file.wxs
     [exec] c:\my-file.wxs(51) : error CNDL0011 : The
Control/@Id attribute was not found; it is required.
     [exec] candle.exe : error CNDL0001 : Object
reference not set to an instance of an object.

     [exec] Exception Type: System.NullReferenceException

     [exec] Stack Trace:
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDialogElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseUIElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseProductElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseWixElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.Compile(XmlDocument
source, String sourcePath)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[]
args)

     [exec] Unhandled Exception:
System.NullReferenceException: Object reference not set
to an instance of an object.
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseDialogElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseUIElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseProductElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.ParseWixElement(XmlNode
node)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Compiler.Compile(XmlDocument
source, String sourcePath)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[]
args)
     [exec]    at
Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Main(String[]
args)

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

>Comment By: Rob Mensching (robmen)
Date: 2006-01-31 22:19

Message:
Logged In: YES 
user_id=991639

Good catch.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to