Windows error 0x8013141E, -2146233314

Detailed Error Information

CORSEC_E_INVALID_PUBLICKEY[1]

Message"Invalid assembly public key."
Comment Invalid assembly public key

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 Code5150 (0x141e)

Questions

2votes
1answer

Handling Different Resolutions in Visual Studio 2008 for .NET CF

I have a follow-up question to this one. I created a new form, inherited from an existing form, and in the designer I only see: "Visual Inheritance is currently disabled because the base class references a device-specific component or contains P/Invoke". Neither is the case. The base form contains a [...] read more
c#
compact-framework
0votes
0answers

Unable to build solution using Visual Studio 2019 Xamarin

I am new Xamarin. I am facing a problem while build the solution. Following error is showing while building the project. Error The "ResolveAssemblyReference" task failed unexpectedly. System.Security.SecurityException: Invalid assembly public key. (Exception from HRESULT: 0x8013141E) at System.Reflection.AssemblyName.nToString() at System.Reflection.AssemblyName.get_FullName() at Microsoft.Build.Tasks.ReferenceTable.GetReferenceItems(ITaskItem[]& primaryFiles, ITaskItem[]& dependencyFiles, ITaskItem[]& relatedFiles, ITaskItem[]& satelliteFiles, ITaskItem[]& [...] read more
xamarin.android
0votes
0answers

Blazor Server Authentication not working after publishing to Azure

I am creating a Blazor Server app and Implemented Authentication using Identity Server. Everything was working fine until I published it to Azure. Everything is working except Login & Register which return "Sorry, there's nothing at this address." When I click Login Azure log stream shows this exception An unhandled [...] read more
azure
asp.net-core
.net-core
blazor
asp.net-core-identity

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