Bugs item #1343841, was opened at 2005-10-31 05:31 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1343841&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: v3.0 >Status: Pending >Resolution: Fixed Priority: 3 Submitted By: StrangeWind (strangewind) Assigned to: Derek (derekc) Summary: Illegal use of namespaces, results to name conflict Initial Comment: I have developed compiler extension. This extension processed element named 'Dependency'. Namespace of this element is my own, not wix namespace, of cource. This results to error: error CNDL0011 : The <my namespace prefix>:Dependency/@RequiredId attibute was not found; it is required. May be, the reason is Candle does not take into account namespace of element. Source code included ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-04-17 13:23 Message: Logged In: YES user_id=518766 Thanks for the report - this should be fixed in the next release. ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2005-11-01 23:50 Message: Logged In: YES user_id=518766 The compiler currently has this problem and we've planned to fix this in WiX 3.0 (not out yet). Until the fix is available, we've been suggesting that people avoid naming elements using the same name as builtin WiX constructs. This not only gets you around the problem but is also a good idea because it helps avoid confusion that users might have about whether an element belongs to an extension or wix itself. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1343841&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
