NC罩安装

发布于 2024-08-11 06:45:04 字数 129 浏览 3 评论 0原文

我正在安装 NCover Complete 试用版,想知道是否可以安装到其他文件夹并将 NCover 作为 VCS 的一部分?否则,当前版本的 NCover (v3.3.2) 将在所有项目之间共享,并且我在升级 NCover 时可能会遇到问题。

I'm installing NCover Complete trial version, and wondered if it's possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version of NCover (v3.3.2) would be shared amongst all projects and I can invisage problems when upgrading NCover.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨后咖啡店 2024-08-18 06:45:04

您无法从安装程序更改安装目录,但由于该程序不依赖于注册表设置,因此您可以将安装的程序集复制到 VCS 中的文件夹并从那里运行。只要您记得在该文件的新位置上从管理命令提示符运行“regsvr32 NOver.Lib.x86.dll”*,Ncover 就应该可以正常工作。

顺便说一句,NCover 支持通常可以很好地帮助解决配置和安装问题。

  • NOver.Lib.x64.dll 用于需要覆盖 x64 代码的 x64 系统

You can't change the installation directory from the installer, but as the program doesn't depend on registry settings, you can copy the installed assemblies to a folder in your VCS and run from there. As long as you remember to run "regsvr32 NCover.Lib.x86.dll"* from an administrative command prompt on the new location of said file, Ncover should work great.

NCover support is usually pretty good about helping with config and install issue, BTW FYI.

  • NCover.Lib.x64.dll for x64 systems that need to cover x64 code
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文