How do I add an assembly to a Visual Studio project and reference it?

前端 未结 5 1210
夕颜
夕颜 2020-12-20 15:42

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

5条回答
  •  伪装坚强ぢ
    2020-12-20 16:28

    Right click on the project in Solution Explorer and select 'Add Reference...'. Then you can browse to the file.

提交回复
热议问题