Cannot compile Gecko dotNET (Visual Studio 2013)

All your homebrew software needs & discussion
Post Reply
User avatar
CosmoCortney
Posts: 87
Joined: Sun Nov 11, 2012 9:09 pm
Location: under your bed
Contact:

Cannot compile Gecko dotNET (Visual Studio 2013)

Post by CosmoCortney » Wed Nov 11, 2015 9:19 am

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.
Also known as Lawn Meower
happy_bunny
Posts: 106
Joined: Mon Mar 09, 2015 10:57 pm

Re: Cannot compile Gecko dotNET (Visual Studio 2013)

Post by happy_bunny » Wed Nov 11, 2015 10:00 pm

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.
User avatar
CosmoCortney
Posts: 87
Joined: Sun Nov 11, 2012 9:09 pm
Location: under your bed
Contact:

Re: Cannot compile Gecko dotNET (Visual Studio 2013)

Post by CosmoCortney » Thu Nov 12, 2015 12:21 am

It worked great, thank you :)
Also known as Lawn Meower
Post Reply