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: Open Resolution: None >Priority: 3 Submitted By: StrangeWind (strangewind) Assigned to: Nobody/Anonymous (nobody) 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: 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 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
