Hi all
i am looking for some help on an issue i am facing
i have an on Premise 8.2 D365 implemention that the customer wants to move away from Service Bus 1.1 on Premise to Azure Service Bus
these send custom XML messages to SharePoint
i know that i can use the Endpoint to send these messages but they are highly customised and need to to this via a plugin
the error i am getting is
Method 'DisposeAsync' in type 'Azure.Messaging.ServiceBus.ServiceBusClient' from assembly 'Azure.Messaging.ServiceBus, Version=7.17.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' does not have an implementation.
i can see Azure.Messaging.ServiceBus installed in the GAC and the public Keys and Versions are Correct and match the References
any ideas on how i can solve this ?
thanks