i am working with sql server. i loaded private assemblies into bin. it showing exception while coming to database referece as showed below.
Could not load file or assembly 'MySql.Data, Version=6.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
None
0 Points
3 Posts
database
Oct 29, 2010 08:00 AM|prashanth reddy|LINK
hai,
i am working with sql server. i loaded private assemblies into bin. it showing exception while coming to database referece as showed below.
Could not load file or assembly 'MySql.Data, Version=6.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
quick help please.
thanks for help.
asp.net 3.5 c# database
All-Star
120146 Points
27989 Posts
Moderator
MVP
Re: database
Oct 29, 2010 03:54 PM|ignatandrei|LINK
Are you using MySql or SqlServer?
Contributor
3422 Points
1335 Posts
database
Oct 29, 2010 05:49 PM|Lannie|LINK
If you are using the assembly locally in the website /bin folder and create local reference in web project settings
then you do not need a reference to the assembly in Web.Config.
None
0 Points
3 Posts
Re: database
Oct 30, 2010 02:11 AM|prashanth reddy|LINK
im using sqlserver only.
i have barion.Mysqllib assembly in bin folder. it related to database connection.
None
0 Points
3 Posts
Re: database
Oct 30, 2010 02:21 AM|prashanth reddy|LINK
it is working fine in another machins of us team but it it showing exception in my machine only.