49
Views
1
Comments
Solved
How to include 3rd party dll to our extension?
Application Type
Traditional Web, Mobile, Reactive, Service

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



UserImage.jpg
Alexandre Yip
Solution

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, 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.