Tagged Questions
3
votes
3answers
214 views
Deploying SharePoint 2010 WSP to MOSS 2007
Please help me on this. Is it possible to deploy a WSP solution developed in SharePoint 2010 to SharePoint 2007. I know this is very akward question, but right now I am asked this very same question ...
1
vote
1answer
510 views
Removing references to old Solution Workflow files
As part of an upgrade to Sharepoint 2010 from 2007, I've been removing old FAB40 templates by using the following process for each FAB40 solution;
Delete any sites which use the solution, and ensure ...
1
vote
2answers
187 views
List Features that are part of a Solution Package
As part of a migration from SharePoint 2007 to 2010, I am cleaning up old features that are no longer used and/or would have compatibility issues with the upgrade - mainly the old FAB40 templates. To ...
1
vote
1answer
172 views
After upgrade from 2007 to 2010 - Field Duplicate when trying to add feature
I upgraded a sharepoint from 2007 to 2010 with attaching the content database. After that i developed a new solution with the same content type i used in 2007.
Adding the solution works fine but ...
0
votes
2answers
203 views
Users denied access after solution redeployment
My old solution has been running in my intranet farm for a long time. The solution contains a feature which deploys a webpart. The webpart shows the users of a group, together with information from ...
1
vote
2answers
974 views
SiteCollection Feature Upgrade Access Denied for Farm Admin
My solution contains Site Collection scope features and has been deployed to Site Collections that the farm administrator has not been granted any explicit permissions.
If the farm administrator ...
3
votes
1answer
2k views
Adding Features during Solution Update
Is there a supported method to add features during a solution update.
We call Update-SPSolution and then upgrade our old features using SPFeature.Upgrade
but any new features in the solution do not ...
1
vote
2answers
459 views
DWP file is not updated in the web part gallery by the stsadm upgradesolution command
I am trying to update a DWP file in the web part gallery by using stsadm upgradesolution. Here is what I am doing:
Created a web part, put it in feature, packaged it in solution by WSPBuilder, ...