Re: Could not load file or assembly Mysql.Data
Posted by: Roberto Ezequiel Garcia Ballesteros
Date: December 02, 2013 10:32AM

Hi Guilherme,

The reason could be that web server is not finding the referenced assemblies. It can be fixed having the assemblies in the right place:

1. Please check if you have the option "Copy Local = True" for MySql Connector/Net assemblies (after build check if they are in the bin directory)

or

2. Check if MySql.Data.dll is in the GAC (using gacutil.exe /l MySql.Data).


Regards,
Roberto

Options: ReplyQuote


Subject
Written By
Posted
Re: Could not load file or assembly Mysql.Data
December 02, 2013 10:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.