Bugs item #1366518, was opened at 2005-11-25 19:07
Message generated for change (Settings changed) made by barnson
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: Closed
Resolution: Fixed
Priority: 5
Private: No
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-02-01 06: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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to