We have written a library that wraps functionality around an IBM FileNet.Api.dll. We have been transitioning our library to use the .net core 5 app and attempting to connect to FileNet, we run into the below problem while fetching object-store instance.
Could not load type 'System.ServiceModel.Channels.MtomMessageEncodingBindingElement' from assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Do we have FileNet.Api.dll supported in .net core 5 or is there any solution for the above issue?
#FileNet#Support#SupportMigration