Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add a Reference to 3rd party DLL in Visual studio 2010- Sandbox Solution

I need to add the Repatcha.dll as a reference to my sharepoint sandbox solution. How can I refer to this DLL using Visual studio 2010?

It should be packaged and needed to upload to the online site as a sandbox solution.Please provide me the steps to add the reference to my project.

Please help.

Thanks in Advance!

like image 642
SPKan Avatar asked Nov 18 '25 20:11

SPKan


1 Answers

You cand add the assemblie reference to VS like others projects using Add Reference or Nuget.

The second step is use the package configuration in order to deploy the reqeuired assembly to the target machine.

Check the "Advanced" package configuration from your webpart solution. There is some configuration relative to others assemblies that you can register into GAC or WebApplication.

enter image description here

enter image description here

like image 145
rolivares Avatar answered Nov 21 '25 10:11

rolivares



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!