I\'ve compiled an assembly for MySql.Data.dll
and would like to add it to a new Visual Studio Project. I\'m lost on the correct terminology and how best to go
Try the following
Once it's added, click on the reference under the References folder and hit F4. This will bring up the properties tool window. Make sure it is set to "Copy Local" = True. This will ensure it gets deployed with your application by the standard installers (MSI and ClickOnce)