Getting following error while accessing SharePoint page:
System.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED)) at Microsoft.SharePoint.Library.SPRequestInternalClass.LocalizeText(String bstrToLocalize, UInt32 lcid, String bstrDefaultResourceFile, Boolean fIsXml) at Microsoft.SharePoint.Library.SPRequest.LocalizeText(String bstrToLocalize, UInt32 lcid, String bstrDefaultResourceFile, Boolean fIsXml)
Ramesh PalaniappanPosted Sep 24, 2016, 7:40 AM
The error message “Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))” occurs when you dispose the SPWeb object in SharePoint. When once disposed it is never accessible anymore.
You should look in your code for