4

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

4

1 回答 1

2

Visual Studio Pro 2013 / 2015 中的 NCache 探索在开源版本中不受官方支持。

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

  1. 打开 CMD
  2. cd 到安装文件夹;我的是`C:\Program Files\NCache\
  3. cd 到 bin\tools`
  4. 首先通过执行检查服务是否启动并运行listcaches.exe
  5. 如果一切都很好,那么只需做startcache.exe mycache
  6. 如果不是,请检查您的 IP 是否正确
    • config/client.ncconf
    • config/config.ncconf
    • bin/service/Alachisoft.NCache.Service.exe.config
于 2015-12-30T06:45:21.057 回答