Не удалось загрузить файл или сборку 'MySql.Data, версия = 6.3.6.0

Я в ПОЛНОЙ потере - у меня возникли сверхъестественные проблемы с тем, что я до сих пор даже не понимаю ... Я использую Entity Framework 4.1, MySql 5.xx и мой MySql Connector v 6.4.4 - все работает однако локально, когда я загружаю на сервер, я получаю:

Could not load file or assembly 'MySql.Data, Version=6.3.6.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)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'MySql.Data, Version=6.3.6.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)

Source Error:

Line 48:         /// Initializes a new proventradesEntities object using the connection string found in the 'proventradesEntities' section of the application configuration file.
Line 49:         /// </summary>
Line 50:         public proventradesEntities() : base("name=proventradesEntities", "proventradesEntities")
Line 51:         {
Line 52:             this.ContextOptions.LazyLoadingEnabled = false;


Source File: e:\web\proventrade\htdocs\App_Code\ProvenTrades.Designer.cs    Line: 50

Assembly Load Trace: The following information can be helpful to determine why the assembly 'MySql.Data, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' could not be loaded.

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Я так растерялся, я уверен, что у меня в каталоге Bin есть dll MySql 6.4.4, также мой Web.config делает нулевые ссылки на версию 6.3.6 - я искал весь свой проект (используя глобальный поиск) для 6.3. 6 и даже просто для MySql, чтобы увидеть, могу ли я найти какие-либо случайные ссылки на эту мошенническую версию 6.3.6, но я ничего не нахожу!

Я так потерян, и я никуда не денусь. Я был бы очень признателен за любые указания по этому вопросу, большое спасибо заранее.

Ответы на вопрос(1)

Ваш ответ на вопрос