Windows error 0x80131239, -2146233799

Detailed Error Information

VLDTR_E_MD_BADCALLINGCONV[1]

Message"Method signature has invalid calling convention."
Comment Method signature has invalid calling convention.

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 Code4665 (0x1239)

Questions

0votes
0answers

Method signature has invalid calling convention from a csproj file (0x80131239)

Until today one of our applications was running correctly in Visual Studio code (the majority of devs use Visual Studio 2019). However, after a pull from git this morning we are getting the following error when building the project. dotnet build C:\Program Files\dotnet\sdk\3.0.100\Roslyn\Microsoft.CSharp.Core.targets(59,5): error : Process terminated. System.Runtime.InteropServices.COMException (0x80131239): Method [...] read more
.net-core
visual-studio-code

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