Acumatica配置向导错误:无法在注册表上获取IIS版本 [英] Acumatica Configuration Wizard error: Can't get IIS Version on registry

查看:130
本文介绍了Acumatica配置向导错误:无法在注册表上获取IIS版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在Acumatica配置向导上创建一个新实例。尽管我已经安装了IIS功能,但出现一个错误,提示无法从注册表获取IIS版本。 。我按照说明在IIS上安装了什么功能。 .net框架使用的是4.6。

I tried to create a new instance on Acumatica Configuration Wizard. I get an error that says "Can't get your IIS version from the registry." although I already installed the IIS feature. I followed the instructions on what feature to install on the IIS. .net framework it uses is 4.6.

< a href = https://i.stack.imgur.com/xUx6O.png rel = nofollow noreferrer>

推荐答案

显然,此问题尚未解决。并且建议的解决方案不正确。

Apparently this problem still hasn't been fixed. And the suggested solution is not correct.

此问题的关键在这里:Microsoft.Win32.RegistryKey.OpenRemoteBaseKey

The key to this problem is here: Microsoft.Win32.RegistryKey.OpenRemoteBaseKey

他们正在Windows中使用远程注册表服务与注册表对话。但是,必须先在计算机上启用远程注册表服务。

They are using the Remote Registry service in Windows to talk to the registry. However, the remote registry service has to be enabled on the computer before this is allowed.

为什么他们不只是在本地调用注册表? https:// docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registry.getvalue?view=netframework-4.7.2

Why aren't they just calling the registry locally? https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registry.getvalue?view=netframework-4.7.2

打败我...

要启用远程注册表服务,请在Windows中转到服务管理器,找到远程注册表服务,右键单击并选择属性,然后在控制面板。然后,右键单击该服务并启动它。问题将解决,您将可以继续安装Acumatica。

To enable the Remote Registry Service, go to Services Manager in Windows, find Remote Registry Service, right-click and select Properties, then Enable the service in the control panel. Then, right click the service and Start it. Problem will be solved and you will be able to proceed with Acumatica installation.

这篇关于Acumatica配置向导错误:无法在注册表上获取IIS版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆