Bugs item #1672775, was opened at 2007-03-02 17:39
Message generated for change (Comment added) made by robmen
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: Pending
>Resolution: Fixed
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 ;-)

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

>Comment By: Rob Mensching (robmen)
Date: 2008-02-21 22:27

Message:
Logged In: YES 
user_id=991639
Originator: NO

Should be fixed in the next build.

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

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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to