-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[6.0.100-preview.7.21356.4] Access violation error in OrchardCMS #55255
Comments
Tagging subscribers to this area: @eerhardt, @maryamariyan Issue DetailsApplication: OrchardCMS Verify Scenarios:
App & Dump file checking at : https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1352680 Github link: https://github.com/OrchardCMS/OrchardCore Repro steps: This is 3.1 app, but we are running it on 6.0, machine only have 6.0 installed, and DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2, so it runs on 6.0
Expected Result: Actual Result: Minimal Repro steps:
Expected Result: Actual Result: Page can't be found (if we run it against .net5, it will work, this issue occurs when we run against .net6 runtime) Stack
@dotnet-actwx-bot @dotnet/compat
|
Debugging this, I'm seeing a That is being called by ILEmitResolverBuilder here: in this case The reason it is It looks to me that we need to set However, this background thread throwing |
After fixing the NRE locally, I'm still seeing the app returning 404. I'm not sure why that is, debugging into the asp.net code, I get to the end of the request pipeline here: But I'm not sure what should have handled the request. This looks like an asp.net bug/breaking change. @davidfowl - any idea? |
The background NullReferenceException has been fixed by #55340. I've opened dotnet/aspnetcore#34208 for the app 404'ing on the home page, as that looks like an issue with ASP.NET. |
Verified and it has been fixed on SDK dotnet-sdk-6.0.100-preview.7.21363.2. |
Application: OrchardCMS
OS: Windows 10 RS5
CPU: X64
.NET Build Number: 6.0.100-preview.7.21356.4
Verify Scenarios:
App & Dump file checking at : https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1352680
Github link: https://github.com/OrchardCMS/OrchardCore
Repro steps:
This is 3.1 app, but we are running it on 6.0, machine only have 6.0 installed, and DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2, so it runs on 6.0
Expected Result:
It should display Setup Page
Actual Result:
Page can't be found
Minimal Repro steps:
Expected Result:
It should display Setup Page
Actual Result:
Page can't be found (if we run it against .net5, it will work, this issue occurs when we run against .net6 runtime)
Stack
@dotnet-actwx-bot @dotnet/compat
The text was updated successfully, but these errors were encountered: