【发布时间】:2016-04-01 22:43:42
【问题描述】:
当我在 Visual Studio Pro 2013 / 2015 中尝试通过 NCache Explore 添加新的本地缓存时,输入 IP 地址和缓存名称后,NCache Explore 提示如下错误消息:
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 Explore 中正确添加本地缓存吗?
【问题讨论】:
-
你使用的是开源版本的 NCache 吗?
-
是的,我使用的是开源版本的 NCache/
-
我认为开源版本不支持 NCACHE Explorer。使用安装文件夹/bin/tools 中的命令管理缓存
标签: caching visual-studio-2013 ncache