Re: Installing the .NET connector
hi,
i'm having a similar problem, or maybe the next link in this chain of issues. :)
the reference was added to my web.config file:
[assemblies]
[add assembly="MySql.Data, Version=1.0.4.20163, Culture=neutral, PublicKeyToken=C5687FC88969C44D"/]
[/assemblies]
(brackets changed for postability)
vwd (i don't have the full vs.net, i'm using the visual web dev beta) now apparently sees the reference, but when i run the application i get this error:
Parser Error Message: File or assembly name 'MySql.Data, Version=1.0.4.20163, Culture=neutral, PublicKeyToken=c5687fc88969c44d', or one of its dependencies, was not found.
i'm still pretty new to asp.net... vwd knows where the namespace is... it seems like iis doesn't?
thanks in advance for any suggestions!!
-w