I am developing a Web Part for SharePoint 2013 in which I want to reference an sdk's dlls (specifically theDynamics Crm 2011 SDK). In Visual Studio I have added a reference to these dll's.
I have also set copy local to true. When I run the project the it throws this error when ever it try's to access the sdk.
I assume this is because the sdk dll's are not being added alongside the web part dll. How should I be adding these references so they are accessible to my web part within SharePoint?
Edit: Removed UserAgent error. It was unrelated to the dll's not being loaded in.