I'm migrating a .NET 4.8 Web API application to .NET 6, but NCache isn't working for some reason. The legacy app references Alachisoft.Ncache.Client.dll
5.2.1 and Alachisoft.NCache.Runtime.dll
5.2.1.
The new code is using Alachisoft.Ncache.SDK
5.3.1, but it doesn't connect to the cache server, which is running locally on the web server. It throws an error
No server is available to process the request
The legacy app works fine running on the same web server and using the same NCache configuration.
Has anyone else run into this issue?