Azure 站点恢复无法独立安装 Windows Server 2016 Core - C++模块加载失败



试图在Windows Server 2016 Hyper-V Core上安装Azure站点恢复并且无法安装。该服务器是一个新的安装,除Windows Server 2016 Core和最新更新外,没有其他应用程序。每次尝试从运行命令行启动安装:

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:WindowsMicrosoft.NETFramework64v4.0.30319WPFwpfgfx_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 ?A0x3dfe6d80.??__E?A0x3dfe6d80@cmiStartupRunner@@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()**

我通过运行Windows Update遇到了这个问题。我遇到了相同的问题,并且遇到了相同的错误,但是运行Windows Update提供的任何依赖性都缺少。

我现在坚持尝试在命令行上设置保险库凭据,但我至少要安装它。

检查VC 是否为4.5及以上

相关内容

最新更新