[Mono-dev] ASP.NET MySql connection

Michał Ziemski rook at roo.k.pl
Tue Dec 19 15:25:24 EST 2006


Hi!

Is the error message still the same?
Then perhaps you have analogous references in Global.asax?
Try removing Version, Culture, PTK from there.

Try leaving only the module name.

Cheers!
Michał Ziemski

Dariusz Linowski napisał(a):
> it didn't help for my application ):
>
>
>
>
> ;
>
> 2006/12/19, Michał Ziemski <rook at roo.k.pl>:
>   
>> Hi!
>>
>> Got the same problem yesterday.
>> I removed Version, Culture, PTK leaving only the name and it worked.
>>
>> Still I am not certain if this new behaviour is a bug or a feature.
>>
>> Cheers!
>> Michał Ziemski
>> Dariusz Linowski napisał(a):
>>     
>>> Hello,
>>> I rewrote my code skiped VDW toolbox controls and now is more better
>>> but not good (:
>>> Currently I receive message:
>>> error CS0006: cannot find metadata file `1.0.8.0'   What is wrong?
>>>
>>> In the GAC i see this assmembles:
>>> [root at asterisk1 conf]# gacutil -l |grep MySql
>>> MySql.Data, Version=1.0.7.30072, Culture=neutral,
>>> PublicKeyToken=c5687fc88969c44d
>>> MySql.Data, Version=1.0.7.30073, Culture=neutral,
>>> PublicKeyToken=8e323390df8d9ed4
>>> MySql.Data, Version=1.0.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d
>>>
>>> On  the Web.config i have:
>>> <add  assembly="MySql.Data,Version=1.0.8.0,Culture=neutral,PublicKeyToken=c5687fc88969c44d"/></assemblies></compilation>
>>>
>>>
>>> On the httpd.conf  I have:
>>> MonoPath visual /usr/lib/mono/gac/MySql.Data/1.0.8.0__c5687fc88969c44d
>>>
>>>
>>>       
>>
>>     
>
>
>   





More information about the Mono-devel-list mailing list