Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该代码在调试模式下完美运行,但在部署和运行后会出现“无法连接到 HPQC 服务器”错误。以下是详细信息:
您需要使用 regsvr32 将 OTAClient.Dll 注册到您的服务器上。
此外,当您进行调试时,Visual Studio 会以 32 位模式运行应用程序。确保您部署的应用程序仅在 32 位模式下工作。
OTA 依赖于 OTACLIENT.DLL 和 WEBCLIENT.DLL。确保您的部署服务器已注册两个 DLL,并且 DLL 的版本与您连接到的 HPQC/HPALM 服务器的版本相匹配。
我发现使用内置下载客户端组件仅为当前用户注册 DLL。