Hi, Ive downloaded and installed the Connector/Net 6.9.5 for .NET & Mono (Im using MonoDevelop IDE), I have ensured that it did created folder MySql.Data in /usr/lib/mono/gac directory (the folder contains single 6.9.5.0__c5687fc88969c44d/MySql.Data.dll file).
The problem is, that when I try to edit project references (through MonoDevelop IDE), there is no MySql assembly to check.
I tried to add it via Project Options -> Assembly Signing, used the option Sign this Assembly and found the file, but when I compile the source I get error saying
Error CS1548: Error during assembly signing. The specified key file `../../../../../../usr/lib/mono/gac/MySql.Data/6.9.5.0__c5687fc88969c44d/MySql.Data.dll' has incorrect format (CS1548)
I tried changing Project Oprions/Compiler -> Platform Target to x86, x64 and Any CPU but neither of those solved the problem.
Any help appreciated, Im getting desperate :(
The problem is, that when I try to edit project references (through MonoDevelop IDE), there is no MySql assembly to check.
I tried to add it via Project Options -> Assembly Signing, used the option Sign this Assembly and found the file, but when I compile the source I get error saying
Error CS1548: Error during assembly signing. The specified key file `../../../../../../usr/lib/mono/gac/MySql.Data/6.9.5.0__c5687fc88969c44d/MySql.Data.dll' has incorrect format (CS1548)
I tried changing Project Oprions/Compiler -> Platform Target to x86, x64 and Any CPU but neither of those solved the problem.
Any help appreciated, Im getting desperate :(