Windows error 0x801312E4, -2146233628

Detailed Error Information

VLDTR_E_SIG_BYREFINFIELD[1]

Message"Field of ByRef type."
Comment Field of ByRef type

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 Code4836 (0x12e4)

Questions

0votes
1answer

System.Runtime.InteropServices.COMException while using service fabric

I am creating an application in Azure Service Fabric Web API and I am facing the following issue: Exception: System.Runtime.InteropServices.COMException occurred ErrorCode=-2146233628 HResult=-2146233628 Message=Field of ByRef type. (Exception from HRESULT: 0x801312E4) Source=mscorlib StackTrace: at System.Reflection.Emit.TypeBuilder.TermCreateClass(RuntimeModule module, Int32 tk, ObjectHandleOnStack type) at System.Reflection.Emit.TypeBuilder.CreateTypeNoLock() at System.Reflection.Emit.TypeBuilder.CreateTypeInfo() at Microsoft.ServiceFabric.Services.Remoting.Builder.MethodBodyTypesBuilder.BuildRequestBodyType(ICodeBuilderNames codeBuilderNames, CodeBuilderContext context, MethodDescription [...] read more
c#
azure
asp.net-web-api
azure-service-fabric

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