Describe the bug
After upgrading FastReport.OpenSource.Web from version 2025.2.0 to versions 2026.2.0 and 2026.2.1, the WebReport preview stopped working in an ASP.NET Core MVC application running on .NET 10.
The report loads and Report.Prepare() executes successfully, but the preview page becomes blank.
The browser console shows errors related to:
webreport-script.bundle.min.js
styles.min.css
Additionally, the _content/FastReport.OpenSource.Web assets are not correctly exposed in runtime.
Downgrading all FastReport packages back to 2025.2.0 fixes the issue immediately without any code changes.
To Reproduce
Steps to reproduce the behavior:
-
Create or open an ASP.NET Core MVC project using .NET 10
-
Install:
- FastReport.OpenSource 2026.2.0 or 2026.2.1
- FastReport.OpenSource.Web 2026.2.0 or 2026.2.1
-
Configure:
builder.Services.AddFastReport();
app.UseFastReport();
-
Create a controller returning:
-
Create a view with:
@model FastReport.Web.WebReport
@await Model.Render()
-
Open the report preview
-
The page becomes blank and the WebReport scripts fail to load correctly
Expected behavior
The WebReport preview should render normally, exactly as it works in version 2025.2.0.
Stacktrace
No server exception occurs.
Observed behavior:
- Blank preview page
webreport-script.bundle.min.js loads empty
_content/FastReport.OpenSource.Web assets are missing or invalid
- Browser console reports script/css loading errors
Report.Prepare() works correctly
Screenshots
Browser console shows errors related to:
webreport-script.bundle.min.js
styles.min.css
The preview page renders completely blank.
Device (please complete the following information):
- OS: Windows 11
- Browser: Chrome
- Version: Latest
Additional context
Environment:
- ASP.NET Core MVC
- .NET 10
- Visual Studio 2026
Tested versions:
- 2026.2.0 → failed
- 2026.2.1 → failed
- 2025.2.0 → works correctly
Additional notes:
Report.Prepare() executes successfully
- Controller and View remained unchanged
- Problem appears related to Static Web Assets /
_content resources in FastReport.OpenSource.Web
Describe the bug
After upgrading FastReport.OpenSource.Web from version 2025.2.0 to versions 2026.2.0 and 2026.2.1, the WebReport preview stopped working in an ASP.NET Core MVC application running on .NET 10.
The report loads and
Report.Prepare()executes successfully, but the preview page becomes blank.The browser console shows errors related to:
webreport-script.bundle.min.jsstyles.min.cssAdditionally, the
_content/FastReport.OpenSource.Webassets are not correctly exposed in runtime.Downgrading all FastReport packages back to 2025.2.0 fixes the issue immediately without any code changes.
To Reproduce
Steps to reproduce the behavior:
Create or open an ASP.NET Core MVC project using .NET 10
Install:
Configure:
Create a controller returning:
Create a view with:
Open the report preview
The page becomes blank and the WebReport scripts fail to load correctly
Expected behavior
The WebReport preview should render normally, exactly as it works in version 2025.2.0.
Stacktrace
No server exception occurs.
Observed behavior:
webreport-script.bundle.min.jsloads empty_content/FastReport.OpenSource.Webassets are missing or invalidReport.Prepare()works correctlyScreenshots
Browser console shows errors related to:
webreport-script.bundle.min.jsstyles.min.cssThe preview page renders completely blank.
Device (please complete the following information):
Additional context
Environment:
Tested versions:
Additional notes:
Report.Prepare()executes successfully_contentresources in FastReport.OpenSource.Web