Can someone please explain what this means?Code:Unable to install or run this application. The Application requires the assembly My.SQL.Data Version 6.2.3.0 be installed in the Gloabal Asseembly Cache (GAC) first
Printable View
Can someone please explain what this means?Code:Unable to install or run this application. The Application requires the assembly My.SQL.Data Version 6.2.3.0 be installed in the Gloabal Asseembly Cache (GAC) first
Does your application use Connector/Net to connect to a MySQL database? That error message indicates that Connector/Net is not installed on the machine on which you're running your app. Just like any referenced assembly, it must be present on every machine you want to run your app on. Your users will either have to install Connector/Net or else you can change the Copy Local property of the reference to True and then distribute the assembly from your project's output folder along with the EXE.
Thanks I've set the Copy Local property to True and get the same error, sorry what else would I need to do?
Sorry I'm publishing my project online via Click Once
On my webserver under Application files I have this MySql.Data.dll.deploy so it should be there right?
Can anyone please help, I've set it to true but i'm still getting the same error. I'm deploying my project via Click Once
I'm still stuck on this issue.. can someone please help me