当我尝试通过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中正确添加本地缓存?

最佳答案

开源版本正式不支持Visual Studio Pro 2013/2015中的NCache Explore。

您可以通过以下步骤从控制台进行管理。

  • 打开CMD
  • cd到安装文件夹;我的是C:\ Program Files \ NCache \
  • cd到bin \ tools的
  • 首先通过执行listcaches.exe
  • 检查服务是否已启动并正在运行
  • 如果一切都很好,只需执行startcache.exe mycache
  • 如果不正确,请检查您的IP是否正确
  • config/client.ncconf
  • config/config.ncconf
  • bin/service/Alachisoft.NCache.Service.exe.config
  • 10-07 18:04