Hi;
I using asp.net 4.0 and mysql for web service.Firstly I download latest version of mysql connector 6.6.5 .After that I install MySQL Library 6.2.5.Because when I used 6.6.5 connector,I encountered trust level problem I succesfully create both of them.When
I add reference for 6.2.5 mysql.data.dll to project on host.
Could not load file or assembly 'MySql.Data, Version=6.5.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
error in host.I used C:\Program Files (x86)\MySQL\MySQL Connector Net 6.2.5\Assemblies\mysql.data.dll for import project.I checked the GAC folder only exist this folder name v4.0_6.6.5.0__c5687fc88969c44d
no file name 6.2.5:
Which dll add reference to Vs2012 for succesfully work?
My web service doesn't work correctly on host.How can I solve this problem ?
Thanks in advance