当我试图通过2013 / 2015中的NCache探索添加新的本地缓存时,在输入IP地址和缓存名称之后,NCache会提示一个错误消息如下所示:
Error: Alachisoft.NCache.Runtime.Exceptions.ManagementException
at Alachisoft.NCache.Management.RPC.RemoteCacheServer.ExecuteCommandOnCacehServer(ManagementCommand command)
at Alachisoft.NCache.Management.RPC.RemoteCacheServer.IsCacheRegistered(String cacheId)
at Alachisoft.IntegCommonMVC.Controllers.CommonControl.CommonController.CheckCacheAvailability(String serverNode, String cacheId, Int32 serverPort)有人知道如何在NCache中正确地添加本地缓存吗?
发布于 2015-12-30 06:45:21
开放源码版本不支持Visual 2013 / 2015中的NCache探索。
您可以通过以下步骤从控制台管理它。
listcaches.exe检查服务是否已启动并运行。startcache.exe mycacheconfig/client.ncconfconfig/config.ncconfbin/service/Alachisoft.NCache.Service.exe.config
https://stackoverflow.com/questions/34487493
复制相似问题