Hello,
we have installed Microsoft.ServiceBus.dll into GAC (from nuget package). After that we are gettingMessagingException: The remote server returned an error: (500) Internal server error.
(when trying to retrieve subscriptions.. and other error when trying to read/send messages from queue)
I think that problem is that ServiceBus services are using library with the same strong name (Microsoft.ServiceBus, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35), but the library is obviously different (file size and file version is different).
So I would like to ask if there is any solution how to use Microsoft.ServiceBus.dll in GAC.