Skip to content
New issue

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

[BUG] COMPlus_LoaderOptimization can cause issues under IIS #2410

Closed
Mpdreamz opened this issue Aug 9, 2024 · 0 comments · Fixed by #2411 or #2457
Closed

[BUG] COMPlus_LoaderOptimization can cause issues under IIS #2410

Mpdreamz opened this issue Aug 9, 2024 · 0 comments · Fixed by #2411 or #2457
Labels
bug Something isn't working

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Aug 9, 2024

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

@Mpdreamz Mpdreamz added the bug Something isn't working label Aug 9, 2024
@Mpdreamz Mpdreamz linked a pull request Aug 9, 2024 that will close this issue
stevejgordon added a commit that referenced this issue Oct 4, 2024
We thought this fixed [this
bug](#2410), but it
prevents profiler loading, so we are reverting for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant