Hi there,
I have many dlls from 3rd party.
When opening visual studio to create an extension, how to include these dlls to the visual studio editor ?
regards and many thanks
Hi Ibox,
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 project in Solution Explorer
Extracted from
https://stackoverflow.com/questions/12992286/how-to-add-a-dll-reference-to-a-project-in-visual-studio
Regards,