|
-
Sep 17th, 2009, 04:09 AM
#1
Thread Starter
Junior Member
Problem Running VB.net with MySql
Can I run the program on computer that has no mysql.data installed?
Im getting this error
Could not load file or assembly 'MySql.Data, ...
Please Teach me how to build the program properly.
-
Sep 17th, 2009, 05:40 AM
#2
Re: Problem Running VB.net with MySql
Show us the code you have that isn't working
-
Sep 17th, 2009, 06:07 AM
#3
Re: Problem Running VB.net with MySql
Just copy MySql.Data.dll over to the other machine along with your EXE. Go to the References page of the project properties and set the Copy Local property of that reference to True. When you build the project you'll now find that DLL in the same folder as your EXE, ready to copy over.
-
Sep 17th, 2009, 10:53 AM
#4
Thread Starter
Junior Member
Re: Problem Running VB.net with MySql
tnx jmcilhinney ill update this thread if it works for me
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|