How to load the MySQL.Data reference file hosting on the server while it is working fine on the Local Machine
How to load the MySQL.Data reference file hosting on the server while it is working fine on the Local Machine
Missing MySQL.Data reference file when hosting on the server Could not load file or assembly 'MySql.Data, Version=6.2.2.0
This can only be solved only through :;
- Open the project in your local machine.
- Click on the Solution explore.
- Now click on the References and right click on the MySQL.Data and see on the properties :--
- You can now set : CopyLocal:TRUE;
- Then copy it to the Hosting Area and you are done.






0comments
Post a Comment