caching - NCache 无法通过 NCache Explorer 添加新的本地缓存/现有的本地缓存

标签 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 中正确添加本地缓存?

最佳答案

开源版本中不正式支持 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
  • 关于caching - NCache 无法通过 NCache Explorer 添加新的本地缓存/现有的本地缓存,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34487493/

    相关文章:

    xaml - 在 VS 2013 中或使用 Resharper 重新格式化 XAML

    visual-studio - 打开调试选项卡时 Visual Studio 2013 崩溃

    ncache - ScaleOut 与 Ncache?

    perl - 如何从 CGI 中分离进程,以便可以从内存中存储和读取文件?

    caching - 避免单例和全局变量——但是缓存、提供者、 Controller ……呢?

    sql-server - 主要插入查询时查询完成但有错误

    c# - TFS/VS 错误地将文件标记为有更改?

    wordpress - 重新设计的网站 : From HTTPS to HTTP

    asp.net - 缓存解决方案

    ncache - 如何以编程方式加载 NCache 客户端配置的特定文件?