独立站点恢复不会在独立安装Windows Server 2016 Core - C++模块无法加载

问题描述:

尝试在Windows Server 2016 hyper-v内核上安装Azure站点恢复,无法安装。该服务器是全新安装,除Windows Server 2016核心和最新更新外,没有其他应用程序。每次尝试启动命令行安装运行的是:独立站点恢复不会在独立安装Windows Server 2016 Core - C++模块无法加载

setupdr.exe/I(提取后的exe文件的)

或运行AzureSiteRecoveryProvider.exe直接

重新引导没有帮助。收到

以下错误每次,无法继续安装:

SetupDR.exe已停止工作。

** Unhandled Exception: System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> <CrtImplementationDetails>.ModuleLoadException: The C++ module failed to load during appdomain initialization. 
---> System.DllNotFoundException: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\WPF\wpfgfx_v0400.dll ---> System.ComponentModel.Win32Exception: The specified module could not be found 
    --- End of inner exception stack trace --- 
    at MS.Internal.NativeWPFDLLLoader.LoadNativeWPFDLL(UInt16* relDllPath, UInt16* baseDllPath) 
    at MS.Internal.NativeWPFDLLLoader.LoadCommonDLLsAndDwrite() 
    at CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc) 
    at ?A0x3dfe6d80.CreateCModuleInitialize() 
    at [email protected]@@YMXXZ() 
    at _initterm_m((fnptr)* pfbegin, (fnptr)* pfend) 
    at <CrtImplementationDetails>.LanguageSupport.InitializePerAppDomain(LanguageSupport*) 
    at <CrtImplementationDetails>.LanguageSupport._Initialize(LanguageSupport*) 
    at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport*) 
    --- End of inner exception stack trace --- 
    at <CrtImplementationDetails>.ThrowModuleLoadException(String errorMessage, Exception innerException) 
    at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport*) 
    at .cctor() 
    --- End of inner exception stack trace --- 
    at Microsoft.DisasterRecovery.Setup.Program.Main()** 
+0

我遇到同样的问题。你有没有得到它的工作? – Zack

我过去的这个问题通过运行Windows更新。 我有同样的问题,并得到相同的错误,但运行Windows Update提供的依赖缺失。

我现在坚持尝试在命令行上设置电子仓凭证,但我至少要安装它。

+0

谢谢你做到了。我等了很久,另一个更新出来了,它修复了它。对于您的许可问题,可以通过使用DRConfigurator.exe通过命令行注册许可来解决。这里有一篇文章有​​你需要的命令:http://adinermie.com/using-asr-standalone-hyper-v-host-configured-cluster/ – user3566325

检查的VC++ 4.5及以上