I have a quick question ... creating a VS 2010 SharePoint project, and I am referencing a custom assembly. I can reference this assembly in my code, and it works great to write code and thatโs it. When I distribute the project in SharePoint, my function activation code will not run because the custom assembly will not be deployed with the project.
I set Copy Local to TRUE on the referenced assembly. Did I miss something?
thank
source
share