Bugs item #1672775, was opened at 2007-03-02 17:39
Message generated for change (Settings changed) made by pmarcu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1672775&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: extensions
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: superbouncyball (superbouncyball)
>Assigned to: pmarcu (pmarcu)
Summary: System.FormatException when using DllHarvester with bad path
Initial Comment:
I'm getting a System.FormatException when I use the DllHarvester with a bad
file path. The exception's message is: "Index (zero based) must be greater
than or equal to zero and less than the size of the argument list." It looks
like at /wix/src/ext/UtilExtension/wixext/DllHarvester.cs:101 the instructions
read:
throw new Exception(String.Format("Unable to load file: {1}, error: {2}", file,
lastError));
when it should probably be:
throw new Exception(String.Format("Unable to load file: {0}, error: {1}", file,
lastError));
Thanks. This is DllHarvester is awesome!... when i input the correct path
anyway ;-)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1672775&group_id=105970
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs