powershell - This solution contains one or more assemblies targeted for the global assembly cache -


i having sharepoint site deployed through sharepoint powershell. wsp build through visual studio 2013.

all projects in solution not signed assemblies(project->right click->properties->signing->sign assemblies check box unchecked). taking wsp of solution publishing , deploying sharepoint using sharepoint powershell.

when try this, getting following error:

enter image description here

when googled solution. many of them suggesting check 'sign assemblies' check box. don't want do, because facing other issues packages install through nugget.

sign libraries of solution

go properties of project click signing tab , check sign libraries options , create new strong name file or without password , rebuild , deploy.

enter image description here


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -