0
votes
1answer
88 views

WSP Builder copies dlls to solution regardless of “Copy Local” property set to False or not

I have a Custom timer job that references few custom dlls, now if I set copy local property of these dlls to false, it stills adds them and when I deploy solution it forces them into Gac. Is there ...
0
votes
1answer
68 views

Problem while building wsp of a solution containing mutiple projects

I have a SharePoint solution having many projects in it, dlls generated by each project is placed in GAC, now whenever I build the solution and generate the wsp, i can see an old version of a ...
0
votes
1answer
168 views

SharePoint 2007, WSP solution is not deploying to Global Assembly Cache

I have a standard WSP package with a single assembly that is deployed to the GAC. We have 2 versions of packages, both with the same assembly version and assembly file version. Version 1 installs ...
2
votes
1answer
747 views

How can I ensure that an Assembly is deployed to the GAC on all Servers in a Farm

I have a SharePoint Solution that contains an Assembly that contains an SPTimerJobDefinition that must be deployed to the GAC on all Servers in my farm. I have configured my farm in the following ...
4
votes
2answers
570 views

How to install a WSP that has dependant assemblies?

I have a solution in Visual Studio 2010 that is made up of 3 projects. I have one project for my SharePoint 2010 custom timer job, one project (Project A) that is used by my custom timer job, and ...