c# - packaging 3rd party dll into wsp -



c# - packaging 3rd party dll into wsp -

i have several 3rd party dll's .net. have next requirements: - must each in own sharepoint 2010 wsp - must deployed bin, not gac

i'm having troubles accomplishing this. steps need taken this?

i've tried creating new sharepoint application, mapping bin, placing dll there deploying.

i've tried creating new sharepoint application, adding dll reference, selecting web application instead of global assembly cache , deploying.

neither method has worked when tried utilize webpart required dll's.

edit - page first-class illustration of need 3rd party dll's doesn't have details on how it. http://ranaictiu-technicalblog.blogspot.sg/2012/06/sharepoint-package-your-external.html

appreciate help.

oké, getting solution deploy dll bin folder need alter deployment target gac webapplication. when project deployed project assembly deployed bin folder of project dlll located @ c:\inetpub\wwwroot\wss\virtualdirectories[sitename]\bin

for sec question don't know trying accomplish. maybe can give more context.

c# sharepoint dll

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -