Visual Studio - SharePoint 2010 - Include Assembly > Quick Question -


Let me have a quick question ... Creating VS 2010 SharePoint Project and I am referring to a custom assembly . I can refer this assembly to my code and write this code and work fine for everyone. My feature activation code does not run when I get the project to SharePoint because the custom assembly is not deployed with the project.

I have set the copy locale correctly on the referenced assembly. Am I missing something?

Thanks

When you create a SharePoint project in Visual Studio 2010, Will see an item called package. Open it and click on the left edge of Advanced, you will see an option to add additional assemblies, add as much as you want> You will deploy all the assemblies selected here as part of the SHarePoint package you have created .


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -