[Mono-list] How do i tell Mono (for ASP.NET, C#) where to find MySQL.Data.MySqlClient
Dick Steflik
steflik at binghamton.edu
Mon Oct 23 17:28:41 EDT 2006
Peter & Robert,
/home/steflik.mono-1.1.17.1/lib/mono/gac/MySql.Data/1.0.7.30073__8e323390df8d9ed4/MySql.Data.dll
<configuration>
<system.web>
<compilation>
<assemblies>
<add assembly="MySql.Data, Version=1.0.7.30073,
Culture=neutral,PublicKeyToken=8e323390df8d9ed4"/>
</assemblies>
</compilation>
</system.web>
</configuration>
Have to go teach a class for the next couple of hours, I'll be on later
though. Thanks for the help.
Dick
Peter Bradley wrote:
> Ysgrifennodd Dick Steflik:
>
>> Robert,
>> Yep, I'm using the same thing. Just out of curiosity....what
>> directory do you have MySql.Data.dll in?
>>
>> Dick
>
> Dick,
>
> There's some piece missing here, I'm sure.
>
> Could you post the exact path to your MySql.Data.dll file in the GAC
> (i.e. something like
> /usr/lib/mono/gac/MySql.Data/1.0.7.30073__8e323390df8d9ed4/MySqlData.dll)?
>
>
> Could you also post your Web.config file, please?
>
> Cheers
>
>
> Peter
>
>
More information about the Mono-list
mailing list