When I attempt to create a document library using an existing template I recieve an error "the type of this column cannot be changed because it is currently being indexed"
The error occurs on the 2nd line of code below:
SPListTemplate template = web.ListTemplates[Settings.CLTEMP_LISTTEMPLATE];
web.Lists.Add(libName, "Central Library staging area. Files get routed to the main library at the root.", template);
web.Update();
Not sure how to resolve and so any help appreciated.
I checked the fields in my schema.xml file and Indexed is set to FALSE for all columns.
thanks,
KS