The tag has no wiki summary.

learn more… | top users | synonyms

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#. ...
0
votes
1answer
47 views

InfoPath form/List for a site still using SharePoint2007 interface inside SharePoint2010 environment. (timeline sensitive)

We recently completed a SharePoint 2007-2010 Migration last year. We have some sites that are using custom branding, and we've kept these sites using the 07 interface in order to prevent any broken ...
0
votes
1answer
45 views

Add custom code for solution upgrade

I have a solution for SP2010. Let's call it s.wsp. I had version 1 of s.wsp and now I have version 2 of s.wsp. Versions 1 and 2 share three common features: A, B and C. Version 2 adds a new feature D. ...
0
votes
1answer
110 views

How do I add a new ContentType using Feature Upgrading?

I have created a new Content Type. How do I publish it using Update-SPSolution and feature upgrading? I added the following Code to my Feature Manifest: <UpgradeActions> <VersionRange ...
0
votes
1answer
390 views

Custom Add New Item Form Not Loading After Solution Upgrade

On my farm solution, I am creating custom Site Collection Definition, Content Type and new List based on that Content Type. For the List, I created custom form and added it to the list Schema.xml as ...
0
votes
1answer
65 views

Rerun failed Feature Upgrade

Is it possible to rerun a feature upgrade? I have this situation where the feature upgrade fails to create a SitePage. The feature version is updated, is there some way to rerun the upgrade without ...
1
vote
0answers
40 views

Getting custom form to work in Sharepoint 2010

I built a custom new form for a page and in the schema file I did the following: <Form Type="NewForm" Url="NewForm.aspx" WebPartZoneID="Main" /> So it looks for my custom form. It works fine ...
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 ...
0
votes
0answers
85 views

Help understand ContentType/List upgrade

Everywhere i read on the web it says that Content Types and List once deployed through Xml files they cannot be updated anymore. I have created a VS 2010 solution, created a SharePoint List ...
0
votes
0answers
90 views

Updated SharePoint Solution not recongnized

I've modified a minor bug in a User Control of a custom SharePoint solution that was initially deployed on SharePoint 2007 but now it is deployed on SharePoint 2010. I was hoping to just update the ...