Windows error 0x80132000, -2146230272

Detailed Error Information

CLR_E_BIND_ASSEMBLY_VERSION_TOO_LOW[1]

Message"The bound assembly has a version that is lower than that of the request."
CommentFor AppX binder, indicates that bound assembly has a version lower than that requested, and we will refuse version rollback.

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 Code8192 (0x2000)

Questions

0votes
1answer

UWP at design-time: "Could not load file or assembly" for various NuGet packages

I'm using Visual Studio 2017 v15.3.3. My UWP project is targeting Windows Creators Update 15063, and my Nuget packages are as follows: enter image description here [https://i.stack.imgur.com/G6P2j.png] My solution builds without errors, and runs fine, however I am encountering errors at design-time in my UWP app project, due to the [...] read more
uwp
json.net
nuget
system.reactive
xaml-designer

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