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!