Bugs item #1347798, was opened at 2005-11-03 15:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1347798&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: None Group: v2.0 Status: Open Resolution: None Priority: 1 Submitted By: Derek (derekc) Assigned to: Nobody/Anonymous (nobody) Summary: Uncaught exception when an extension constructor fails Initial Comment: When an extension is instantiated, it may throw an exception. Currently, this exception is not caught by the wix tools as evidenced by this example: candle.exe : error CNDL0001 : Exception has been thrown by the target of an invocation. Exception Type: System.Reflection.TargetInvocationException Stack Trace: at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Run(String[] args) in e:delivery\Dev\wix\src\candle\candle.cs:line 190 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1347798&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
