Bugs item #1654678, was opened at 2007-02-07 15:27
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=1654678&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: light
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pryomoax (pryomoax)
Assigned to: Nobody/Anonymous (nobody)
Summary: ValidationUIHandler Throws Bad Exception

Initial Comment:
I download the source and compiled wix.dll in debug mode to find out what was 
wrong when running light.exe.

It seems internal errors, such as ICE Internal Error 105 pass a "0" for 
messageParts[1], as such the switch does not handle this case.

I added the following code and now I recieve a verbose message from light 
instead of a stack dump:

case "0":                
    this.OnMessage (WixErrors.ValidationError 
        (messageSourceLineNumbers,
        messageParts[0],
        messageParts[2]));
    break;

I hope this helps,
Paul.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1654678&group_id=105970

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to