Open GoogleCodeExporter opened 9 years ago
After a night of sleeplessness, I've isolated the issue down to project naming.
Since I created my project with the project name "SwinGame", attempts to load
an assembly with the full name "SwinGame, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null" will result in an ambiguity between the SwinGame.dll
library and the currently loaded assembly. In this case, the CLR does not load
the SwinGame.dll library, and any expected types will cannot be loaded.
Please consider documenting this issue on the download page, in the comments,
or perhaps prevent this name from being used altogether, if possible.
Original comment by freedomp...@gmail.com
on 28 Aug 2011 at 3:09
An alternative would be to sign the library.
Original comment by freedomp...@gmail.com
on 17 Sep 2011 at 6:03
Original issue reported on code.google.com by
freedomp...@gmail.com
on 27 Aug 2011 at 2:46Attachments: