[Mono-dev] ASP.NET MySql connection

Dariusz Linowski darlin1 at linbit.pl
Wed Dec 20 04:18:10 EST 2006


Hello,
thanks for response.
I used reference in Web.config and change relate to you advice from:

<add assembly="MySql.Data,Version=1.0.8.0, Culture=neutral,
PublicKeyToken=c5687fc88969c44d"/></assemblies></compilation>

to:

<add assembly="MySql.Data"/></assemblies></compilation>

and received new error message:

Error message:
/tmp/asterisk-temp-aspnet-0/841db34f/4ef743b7._1.cs(8,2) : error
CS0246: The type or namespace name `DataObject' could not be found.
Are you missing a using directive or an assembly reference?




Source File: /tmp/asterisk-temp-aspnet-0/841db34f/4ef743b7._1.cs

06-12-19, Michał Ziemski <rook at roo.k.pl> napisał(a):
> 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
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
> >
>
>
>


-- 
Pozdrawiam,
Dariusz Linowski


More information about the Mono-devel-list mailing list