Вчера я опубликовал очередную версию SPListViewFilter. Так как предыдущие версии я не описывал, в этом посте я опишу на что способен SPListViewFilter и как он работает.
При развертывании решения в SharePoint 2010 иногда возникает следующая ошибка
Unable to locate the xml-definition for FieldName with FieldId 'GUID',
exception: Microsoft.SharePoint.SPException --->
System.Runtime.InteropServices.COMException (0x8000FFFF):
0x8000ffff
at Microsoft.SharePoint.Library.SPRequestInternalClass.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
at Microsoft.SharePoint.Library.SPRequest.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
--- End of inner exception stack trace ---
at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
at Microsoft.SharePoint.Library.SPRequest.GetGlobalContentTypeXml(String bstrUrl, Int32 type, UInt32 lcid, Object varIdBytes)
at Microsoft.SharePoint.SPFieldCollection.FetchFieldsFromWeb()