Hey everyone, so I've been attempting to install version 10.0.21 on our on-prem Sandbox environment but the AXSFType application keeps failing to deploy with:
'System.RA' reported Warning for property 'ReplicaOpenStatus'.
Replica had multiple failures during open on SERVER_NAME. API call: IStatelessServiceInstance.Open(); Error = System.IO.FileLoadException (-2146234304)
Could not load file or assembly 'System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at Microsoft.Dynamics.AXService.Startup.ConfigureApp(IAppBuilder appBuilder)
at Microsoft.Owin.Hosting.Engine.HostingEngine.Start(StartContext context)
at Microsoft.PowerApps.Runtime.ServiceFabric.Common.OwinCommunicationListener.OpenAsync(CancellationToken cancellationToken)
at Microsoft.ServiceFabric.Services.Runtime.StatelessServiceInstanceAdapter.<OpenCommunicationListenersAsync>d__20.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ServiceFabric.Services.Runtime.StatelessServiceInstanceAdapter.<System-Fabric-IStatelessServiceInstance-OpenAsync>d__13.MoveNext()
I've been researching this "The located assembly's manifest definition does not match the assembly reference" message but i haven't been able to find much. I double checked that all of the pre-reqs are ok. Events on the AOS servers don't show anything else.
Does anyone have any recommendations on how to deal with this?
Hi,
This error is usually caused by an incompatible assembly version, and you can only try to use a different version of the assembly.
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Frank Gong