Windows error 0x80131450, -2146233264

Detailed Error Information

ISS_E_ISOSTORE_START[1]

ISS_E_ISOSTORE[1]

Message"IsolatedStorage operation failed."

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code5200 (0x1450)

Questions

7votes
2answers

Problem using large binary segment in OOXML

System Description A plotting component that uses OOXML to generate a document. Plotting component consists of several parts. All parts are written in C++ as exe + dll's, with the exception of the interface to the OOXML document. The latter component is a COM component that was created in C#/.NET. [...] read more
c#
.net
c++
com
openxml
1vote
2answers

Could not load file or assembly 'System.Runtime.Handles' - Xamarin UWP

We use Isolated storage throughout our code and it has always worked fine. Suddenly this error has started coming up in a few different projects and it means that I can't use Isolated Storage at all. I tried adding the System.Runtime.Handles NuGet package but it has made no difference. This [...] read more
c#
.net
xamarin
uwp
isolatedstorage

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0