We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception: System.InvalidOperationException Message: The configuration system has already been initialized.
Exception: System.InvalidOperationException
Message: The configuration system has already been initialized.
StackTrace: at System.Configuration.ConfigurationManager.SetConfigurationSystem(IInternalConfigSystem configSystem, Boolean initComplete) at System.Web.Configuration.HttpConfigurationSystem.EnsureInit(IConfigMapPath configMapPath, Boolean listenToFileChanges, Boolean initComplete) at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
We should ensure we skip System.Web
System.Web
The text was updated successfully, but these errors were encountered:
Fix #2410 ensure we skip instrumentation of System.Web
cf26898
Fix #2410 ensure we skip instrumentation of System.Web (#2411)
9d91ffc
Revert skipping of System.Web (#2457)
af6d159
We thought this fixed [this bug](#2410), but it prevents profiler loading, so we are reverting for now.
Successfully merging a pull request may close this issue.
We should ensure we skip
System.Web
The text was updated successfully, but these errors were encountered: