Closed GoogleCodeExporter closed 9 years ago
This is probably because I didn't compile bwapi-clr with the switch that forces
it to x86 instead of x64, so it fails to load the 32bit bwapi library. I'll
recompile, test and upload.
Original comment by dpershouse@gmail.com
on 1 Dec 2010 at 3:35
Give 3.3b (new version a try)
Original comment by dpershouse@gmail.com
on 1 Dec 2010 at 4:05
That got rid of that bug. But i now have the problem that im using .Net 4.0 so
this error occures:
this assembly is built by a runtime newer than the currently loaded runtime and
cannot be loaded
I'll try eliminating the places i use .Net 4.0 from my code and see if that
helps.
Original comment by jgrot...@student.aau.dk
on 1 Dec 2010 at 1:23
As i suspected. The error was caused by my projects being .Net 4.0. Reverted
them to 3.5 and it works. Now my code just needs to work aswell:)
Thanks for the quick response to this problem.
Original comment by jgrot...@student.aau.dk
on 1 Dec 2010 at 1:58
Yeah, I need vs2010 for .net4 I think. Feel free to download the source and
compile for .net4
Original comment by dpershouse@gmail.com
on 1 Dec 2010 at 9:03
Original issue reported on code.google.com by
jgrot...@student.aau.dk
on 30 Nov 2010 at 9:21