Hi all
I was given assignment by the database teacher and i had to make UI and interface that with MYSQL .
I did it by installing mysql connector. Now the problem is that i donot know that he has it on his computer or not.I am sure he has installed MYSQL ,SQLYOG and SQL workbench on his system but no visual studio.
if i give him Visual Studio Solution that is not going to work so i planned to make setup Project but there was a confusion that will it work at his system?
any idea how this could be sorted?
instead of referencing the MySQL connector from the GAC, create a folder called references in the source code folder, copy the connector there, remove the refence to it from the gac and re-add the reference from your local folder, build, test…
Then close Visual Studio and zip the folder with source code and reference subfolder and send it to him by email.