How to add a .dll reference to a project in Visual Studio
Copy the downloaded DLL file in a custom folder on your dev drive, then add the reference to your project using the Browse button in the Add Reference dialog. Be sure that the new reference has the Copy Local = True. The Add Reference dialog could be opened right-clicking on the References item in your … Read more