VS2019、VS2017安装后打开报错问题,StreamJsonRpc.RemoteInvocationException:

安装后打开提示:

请问什么原因?

回答

问题补充:

中国标准时间 : Error : Error starting service 'IdentityStorageService' requested by IdentityServiceBroker (pid:3272): 配置系统未能初始化

中国标准时间 : Error : StreamJsonRpc.RemoteInvocationException: 配置系统未能初始化 HResult='-2146233088'

在 StreamJsonRpc.JsonRpc.<InvokeCoreAsync>d__118`1.MoveNext()

--- 引发异常的上一位置中堆栈跟踪的末尾 ---

在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

在 Microsoft.ServiceHub.Controller.LocationService.<StartServiceAsync>d__58.MoveNext()

--- 引发异常的上一位置中堆栈跟踪的末尾 ---

在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

在 Microsoft.ServiceHub.Controller.LocationService.<GetHostedServiceLocationAsync>d__75.MoveNext()

--- 引发异常的上一位置中堆栈跟踪的末尾 ---

在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

在 Microsoft.ServiceHub.Controller.LocationService.<LocateAsync>d__42.MoveNext()

===================================================================

中国标准时间 : Error : Error starting service 'IdentityStorageService': System.Configuration.ConfigurationErrorsException: 配置系统未能初始化 HResult='-2146232062'

在 System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)

在 System.Configuration.ClientConfigurationSystem.PrepareClientConfigSystem(String sectionName)

在 System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)

在 System.Configuration.ConfigurationManager.GetSection(String sectionName)

在 System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)

在 System.Diagnostics.DiagnosticsConfiguration.GetConfigSection()

在 System.Diagnostics.DiagnosticsConfiguration.Initialize()

在 System.Diagnostics.DiagnosticsConfiguration.get_Sources()

在 System.Diagnostics.TraceSource.Initialize()

在 Microsoft.ServiceHub.Utility.EnvUtils.GetNewTraceSource(String sourceName)

在 Microsoft.ServiceHub.HostStub.ServiceManager..ctor(IServiceHost host, String logName, IServiceBrokerServerDisposer serviceBrokerServerDisposer)

在 Microsoft.ServiceHub.HostStub.ServiceManagerBootstrapper.Start(IServiceHost host, String logName, IServiceBrokerServerDisposer serviceBrokerServerDisposer)

在 Microsoft.ServiceHub.HostStub.ServiceManagerBootstrapper.Start(IServiceHost host, String logName, IServiceBrokerServerDisposer serviceBrokerServerDisposer)

在 Microsoft.ServiceHub.HostLib.IsolationServiceManager.GetServiceManager(DomainKey domainKey, ServiceModuleInfo smi)

在 Microsoft.ServiceHub.HostLib.IsolationServiceManager.StartServiceAsync(ServiceModuleInfo smi, String serviceActivationOptions)

=InnerException=

System.Configuration.ConfigurationErrorsException: 无法识别的配置节 system.net/defaultProxy。 (C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\ServiceHub\Services\Microsoft.Developer.IdentityService\Microsoft.Developer.IdentityService.dll.config line 56) HResult='-2146232062'

在 System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)

在 System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)

在 System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()

在 System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)

===================================================================

中国标准时间 : Error : StreamJsonRpc.RemoteInvocationException: 配置系统未能初始化 (ErrorKind: Error HResult: 80131500) HResult='-2146233088'

在 StreamJsonRpc.JsonRpc.<InvokeCoreAsync>d__1231.MoveNext() --- 引发异常的上一位置中堆栈跟踪的末尾 --- 在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 在 Microsoft.ServiceHub.Client.HubClient.RemoteServiceBrokerWrapper.<>c__DisplayClass9_0.<<RequestServiceChannelAsync>b__0>d.MoveNext() --- 引发异常的上一位置中堆栈跟踪的末尾 --- 在 Microsoft.ServiceHub.Client.HubClient.RemoteServiceBrokerWrapper.<>c__DisplayClass9_0.<<RequestServiceChannelAsync>b__0>d.MoveNext() --- 引发异常的上一位置中堆栈跟踪的末尾 --- 在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 在 Microsoft.ServiceHub.Utility.Shared.ServiceHubRetry.<ExecuteAsync>d__01.MoveNext()

==================================================================

日志位置:C:\Users\Administrator\AppData\Local\Temp\servicehub\logs

报错文件位置:C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\Common7\ServiceHub\Services\Microsoft.Developer.IdentityService

以上是 VS2019、VS2017安装后打开报错问题,StreamJsonRpc.RemoteInvocationException: 的全部内容, 来源链接: utcz.com/a/41246.html

回到顶部