我正在Windows Server 2012 r2中使用Cosmos DB,但是,在完全安装并初始化服务后,会弹出一个弹出窗口,显示网关服务未启动,我在论坛中查看并始终陷入相同的解决方案中” lodctr / r“,但无济于事
使用命令提示符,我尝试手动启动网关服务,结果如下:
C:\ Program Files \ DocumentDB Emulator \ Packages \ GatewayService \ GatewayService.Code> documentdb.gatewayservice.exe /?
未处理的异常:System.Runtime.InteropServices.COMException: 注册表值无效(HRESULT的异常:0x80040153 (REGDB_E_INVALIDVALUE))在 System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath() 在System.AppDomain.SetupFusionStore(AppDomainSetup info, System.AppDomain.SetupDomain(Boolean上的AppDomainSetup oldInfo) allowRedirects,字符串路径,字符串configFile,字符串[] propertyNames,String [] propertyValues)
C:\ Program Files \ DocumentDB Emulator \ Packages \ GatewayService \ GatewayService.Code> documentdb.startupentrypoint.exe /?
未处理的异常:System.Runtime.InteropServices.COMException: 注册表值无效(HRESULT的异常:0x80040153 (REGDB_E_INVALIDVALUE))在 System.Runtime.InteropServices.RuntimeEnvironment.GetDeveloperPath() 在System.AppDomain.SetupFusionStore(AppDomainSetup info, System.AppDomain.SetupDomain(Boolean上的AppDomainSetup oldInfo) allowRedirects,字符串路径,字符串configFile,字符串[] propertyNames,String [] propertyValues)
C:\ Program Files \ DocumentDB Emulator \ Packages \ GatewayService \ GatewayService.Code>
网关服务相关吗?知道如何解决