Microsoft.SharePoint.SPException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED)) ---> System.Runtime.InteropServices.COMException (0x80030102): Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))
at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFile(String bstrUrl, String& pbstrContent, DateTime& pbstrTimeLastModified, Byte& piLevel)
at Microsoft.SharePoint.Library.SPRequest.GetFile(String bstrUrl, String& pbstrContent, DateTime& pbstrTimeLastModified, Byte& piLevel)
--- End of inner exception stack trace ---
at Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx)
at Microsoft.SharePoint.Library.SPRequest.GetFile(String bstrUrl, String& pbstrContent, DateTime& pbstrTimeLastModified, Byte& piLevel)
at Microsoft.SharePoint.SPWeb.GetFileAsString(String url)
at Storm.SharePoint.Common.Controls.XslRenderControl.LoadXslAsString()
at Storm.SharePoint.Common.Controls.XslRenderControl.LoadTransform()
at Storm.SharePoint.Common.Controls.XslRenderControl.Render(HtmlTextWriter writer)