If you are installing a package which contains an assembly, install the package via Umbraco and the assembly will be automatically copied to your bin folder.
If you are using Visual Studio and have a web application project, use the 'Add Reference' option on the references folder to select your assembly.
If you just want to add the assembly, copy it to your bin folder.
adding a reference to an umbraco site
Hi,
This has probably been asked many times but I could not find anything.
How do we add a reference to a third party dll to Umbraco 7?
Thanks
Lance
Hi Lance,
If you are installing a package which contains an assembly, install the package via Umbraco and the assembly will be automatically copied to your bin folder.
If you are using Visual Studio and have a web application project, use the 'Add Reference' option on the references folder to select your assembly.
If you just want to add the assembly, copy it to your bin folder.
Thanks,
Dan.
is working on a reply...