0

We have added third party (DropdownCheckBoxes) dll reference in our SharePoint web part application.

On the user control, registered this assembly as

<%@ Register Assembly="DropDownCheckBoxes" Namespace="Saplin.Controls" TagPrefix="asp" %>

When we run it on browser, it giving us error as --

Could not load file or assembly 'DropDownCheckBoxes' or one of its dependencies. The system cannot find the file specified.

Can you please guide what needs to be done for this? Thank You!

Oxygen
  • 831
  • 4
  • 17
  • 42
  • I've downloaded the library, added it to my bin folder, added that line to the page and it works just fine. – VDWWD Jun 22 '17 at 06:58
  • Thanks for the reply dear. You mean you added whole project into bin folder or just dlls within the folder? And did u mean library means the source code of "dropdowncheckboxes" implementation for codeplex? – Oxygen Jun 22 '17 at 11:44
  • I added just the `DropdownCheckBoxes.dll` library to the `bin` folder of my project and registered the assembly just like in your question and it worked. – VDWWD Jun 22 '17 at 11:49
  • Great. I tried the same thing too. Not sure why it doesn't working for me. – Oxygen Jun 22 '17 at 11:52
  • I've downloaded the library [here](https://dropdowncheckboxes.codeplex.com/downloads/get/264125). Maybe there is a difference... – VDWWD Jun 22 '17 at 11:58
  • Hello dear, confirmed. the dll is same from where you downloaded, have u tried by adding register assembly line in sharepoint visual web application? or asp,net application? – Oxygen Jun 22 '17 at 18:27
  • Hi,click on the "Package" in the solution. In this package you can add the existing dlls. It will place those assemblies in GAC. – Naveen Prasath Jun 22 '17 at 18:40
  • For me it was an asp.net application. – VDWWD Jun 22 '17 at 20:17

0 Answers0