Tagged Questions
0
votes
1answer
718 views
Can fieldrefs in content type definitions change the internal name of a site column?
I have a content type that references a built-in site column like this:
<Elements ...>
<ContentType ...>
<FieldRefs>
<!-- a reference to the built-in ...
1
vote
1answer
416 views
Errors migrating from custom list with SharePoint 2010 upgrade
In MOSS we exposed a custom list definition to users instead of the Shared Documents library. Now, we are trying to convert all those list instances to use the out of the box list. It seems that ...
1
vote
1answer
847 views
How to handle 'Feature for list template is not installed in this farm' for custom lists
I have a feature in which I have a custom ListDefinition. Within the definition, I also have a ListInstance based off of the definition. When installing and activating the feature, these lists are ...
3
votes
2answers
280 views
Can't make a new instance of a custom document library
I am following the instructions of Cory Roth on how to create a custom document library in 2010 which can be found here ...
0
votes
1answer
209 views
Access denied to list created via ListTemplate in a feature
I've created a feature to create an instance of a custom list. The provisioning part of my feature is:
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<ListTemplate
...