Guest User

Untitled

a guest
Jul 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Exception: System.ApplicationException
  2. Message: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
  3. Source: mscorlib
  4. at System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(IsolatedStorageScope scope)
  5. at System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser(IsolatedStorageScope scope)
  6. at System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope)
  7. at System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope)
  8. at System.IO.IsolatedStorage.IsolatedStorageFile.Init(IsolatedStorageScope scope)
  9. at System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType)
  10. at MS.Internal.IO.Packaging.PackagingUtilities.ReliableIsolatedStorageFileFolder..ctor()
  11. at MS.Internal.IO.Packaging.PackagingUtilities.GetDefaultIsolatedStorageFile()
  12. at MS.Internal.IO.Packaging.PackagingUtilities.CreateUserScopedIsolatedStorageFileStreamWithRandomName(Int32 retryCount, String& fileName)
  13. at MS.Internal.IO.Packaging.SparseMemoryStream.EnsureIsolatedStoreStream()
  14. at MS.Internal.IO.Packaging.SparseMemoryStream.SwitchModeIfNecessary()
  15. at MS.Internal.IO.Zip.ZipIOFileItemStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  16. at System.IO.Compression.DeflateStream.InternalWrite(Byte[] array, Int32 offset, Int32 count, Boolean isAsync)
  17. at System.IO.Compression.DeflateStream.Write(Byte[] array, Int32 offset, Int32 count)
  18. at MS.Internal.IO.Packaging.CompressStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  19. at MS.Internal.IO.Zip.ProgressiveCrcCalculatingStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  20. at MS.Internal.IO.Zip.ZipIOModeEnforcingStream.Write(Byte[] buffer, Int32 offset, Int32 count)
  21. at System.Xml.XmlUtf8RawTextWriter.FlushBuffer()
  22. at System.Xml.XmlUtf8RawTextWriter.WriteAttributeTextBlock(Char* pSrc, Char* pSrcEnd)
  23. at System.Xml.XmlUtf8RawTextWriter.WriteString(String text)
  24. at System.Xml.XmlWellFormedWriter.WriteString(String text)
  25. at DocumentFormat.OpenXml.OpenXmlElement.WriteAttributesTo(XmlWriter xmlWriter)
  26. at DocumentFormat.OpenXml.OpenXmlElement.WriteTo(XmlWriter xmlWriter)
  27. at DocumentFormat.OpenXml.OpenXmlCompositeElement.WriteContentTo(XmlWriter w)
  28. at DocumentFormat.OpenXml.OpenXmlElement.WriteTo(XmlWriter xmlWriter)
  29. at DocumentFormat.OpenXml.OpenXmlCompositeElement.WriteContentTo(XmlWriter w)
  30. at DocumentFormat.OpenXml.OpenXmlElement.WriteTo(XmlWriter xmlWriter)
  31. at DocumentFormat.OpenXml.OpenXmlCompositeElement.WriteContentTo(XmlWriter w)
  32. at DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(XmlWriter xmlWriter)
  33. at DocumentFormat.OpenXml.OpenXmlPartRootElement.SaveToPart(OpenXmlPart openXmlPart)
  34. at DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SavePartContents()
  35. at DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(Boolean disposing)
  36. at DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close()
Add Comment
Please, Sign In to add comment