MySQL Connector Net Publish Error

smokin

Member
Joined
Apr 22, 2006
Messages
12
Programming Experience
Beginner
Hi,

I have made a VB 2005 app with they mysql connector net backend. In the project i added the dll as a reference.

When i go publish and try the setup.exe on my local computer its fine. Going to another computer after ziping the directory where i published the files, and then clicking the setup.exe file it gives a error about the Mysql bla bla bla not in the Global Assembely Catch.

I searched google and went to control panel > .net 2.0 configuration and added the mysql into the GAC then i craeted a key and added that key to the assembely file in the project.

Still after publishing and taking these files to another computer it reports a error about the mysql file not being in the GAC.

Any ideas or places for me to go and read about how to do it?
 
Back
Top