NCache无法通过NCache Explorer

时间:2015-12-28 03:58:04

标签: caching visual-studio-2013 ncache

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

1 个答案:

答案 0 :(得分:1)

开放源代码中不支持Visual Studio Pro 2013/2015中的NCache Explore。

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

  1. 打开CMD
  2. cd到安装文件夹;我的是`C:\ Program Files \ NCache \
  3. cd to bin \ tools`
  4. 首先通过执行listcaches.exe
  5. 检查服务是否已启动并正在运行
  6. 如果一切正常,那么只需startcache.exe mycache
  7. 即可
  8. 如果没有,请检查您的IP是否正确
    • config/client.ncconf
    • config/config.ncconf
    • bin/service/Alachisoft.NCache.Service.exe.config