My application is based on MySQL database and it requires "MySql.Data.dll" file to run or else it will crash. Installing MySQL Connector on my computer will allow me to run it without previously mentioned file, only my application (standalone).
Is there a way to "inject" it(mysql.data.dll) to the application so there is no need to have additional files to run?
I'm using Microsoft's Visual Studio IDE.