New issue 502 by cyber42: gauntlet select dll problem
http://code.google.com/p/tradelink/issues/detail?id=502
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
1717, win 7
Please provide any additional information below.
A .dll with the same name can not be reloaded in Gauntlet.
Assembly.LoadFile caches assemblies.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 502 by cyber42: gauntlet select dll problem
http://code.google.com/p/tradelink/issues/detail?id=502
Use LoadFile instead of LoadFrom (there's an error in the problem
description,
LoadFrom caches).
as a general rule, you should not commit changes to SVN without getting
somebody else
to confirm your issue.
otherwise you can cycle your wheels and create new problems unintentionally.
also, just fyi... if you commit a change... you should cite the new release
that
represents your changes in the issue with an r in front of it.... eg r1738
or
whatever.
that makes it clickable in the website, and people can commit on that
release, etc.