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