Bugs item #1343841, was opened at 2005-10-31 13:31 Message generated for change (Settings changed) made by barnson 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: Closed Resolution: Fixed Priority: 3 Private: No 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 20: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-02 07: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 ------------------------------------------------------------------------- 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
