Bugs item #1672775, was opened at 2007-03-02 17:39
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=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: Scott Kurtzeborn (scotk)
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
-------------------------------------------------------------------------
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