Tagged Questions
0
votes
1answer
77 views
Add a new Field to a SharePoint List with XML
i had create a list programmatically on Feature_activated.
Now i want to add a new Field to my list with an XML File on UpgradeActions from the Feature.
I know the solution for add a Field with C#.
...
1
vote
1answer
988 views
What are the PSConfig.exe -cmd upgrade risks?
I am about to run the following command in production but I would like a solid understanding of what could break. We ran this command on QA environments, but we don't know if everything is in fact ...
0
votes
2answers
94 views
Updating existing sharepoint sites?
We have a set of custom site definitions, around 12 in total, that makes up a large sharepoint 2010 intranet application (circa 40,000 sub-sites) that has been deployed for a few years now.
One of ...
3
votes
3answers
216 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
0answers
40 views
Which Web Parts should get installed in SP2010 Update?
Per Dave Wise's answer(http://sharepoint.stackexchange.com/questions/13110/get-web-part-name-from-guid): Thanks, that worked great. However, even though my SQL Query returned 9000 results, about 18 of ...
3
votes
1answer
2k views
Choice field changed - How to propagate the change down to all lists that used it?
I have a feature (Web scoped) with a content type which contains a field (Type="Choice").
Values were A, B and C.
I've created a list based on this content type and added some elements in it.
I ...
0
votes
1answer
109 views
Find out feature version for list's content type
I have a feature which contains a custom content type. I've created a list based on this content type then proceeded into changing the feature version and performing an upgrade.
I have ...
0
votes
2answers
204 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
979 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 ...