Reputation: 83
I did a test migration from SharePoint 2010 to 2013 and deployed solution which has custom list definition which worked fine. But recently because of change request need to add field to list definition. After deploying the updated solution to SharePoint 2013 its throwing error as below
Exception thrown while fetching field by internal name 'test' Microsoft.SharePoint.SPException: Cannot complete this action. Please try again. ---> System.Runtime.InteropServices.COMException: Cannot complete this action. Please try again.
at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFieldsSchemaXml
Any help is appreciated.
Thanks Rama
Upvotes: 1
Views: 566
Reputation: 1
Upvotes: 0
Reputation: 83
Figured after migration some where in the database added old reference to the assemble. Used Feature Admin from codeplex and was able to uninstall the reference completely and install new solution and everything worked fine.
Thanks Rama
Upvotes: 1