Page 1 of 1

Cannot compile Gecko dotNET (Visual Studio 2013)

Posted: Wed Nov 11, 2015 9:19 am
by CosmoCortney
Hi,
I'd like to make a little modification to Gecko dotNET (having 2048 search results per page instead of 256). But the compilation fails with following error message:
Error 1 Could not load referenced assembly "C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Data.dll". Caught a BadImageFormatException saying "Die Datei oder Assembly "C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Data.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Die Assembly wird von einer Laufzeit erstellt, die aktueller als die derzeit geladene Laufzeit ist, und kann nicht geladen werden.". C:\Users\Myakki\Documents\g\GeckoDotNET\Gecko dNet\ResGen Gecko dNet
Any idea what's wrong?
I've got the source from here: https://code.google.com/p/geckowii/wiki/HowToBuild

Made the same modification to TCP Gecko dNET for the WiiU and the compilation was successful.

Re: Cannot compile Gecko dotNET (Visual Studio 2013)

Posted: Wed Nov 11, 2015 10:00 pm
by happy_bunny
this works with c# 2010

https://mega.nz/#!F0QxhDpQ!EgbPDgfmre_B ... 7IyuSdLFKk

i hacked about with it for the first usb gecko clone, I think I only changed one source file USBGecko.cs, hope that saves you some time re-compiling the code.

Re: Cannot compile Gecko dotNET (Visual Studio 2013)

Posted: Thu Nov 12, 2015 12:21 am
by CosmoCortney
It worked great, thank you :)