Targeting Web Application to net10.0-windows and new (2026.2) merged packages

Stimulsoft Reports.WEB discussion
Lech Kulikowski
Posts: 7824
Joined: Tue Mar 20, 2018 5:34 am

Re: Targeting Web Application to net10.0-windows and new (2026.2) merged packages

Post by Lech Kulikowski »

Hello,

We have test examples for net10.0 and net10.0-windows, and everything is tested and works correctly. The first does not require System.Windows.*; the second does.

Please send your project for analysis.

Thank you.
ssh
Posts: 8
Joined: Fri May 12, 2017 5:00 am

Re: Targeting Web Application to net10.0-windows and new (2026.2) merged packages

Post by ssh »

Hello,

you are right, it works. the issue is the new dependency to winforms and desktop runtime.

web application, net10.0-windows
Stimulsoft 2026.1, NetCore packages: no WinForms dependency and therefore no Desktop Runtime is required.
Stimulsoft 2026.3, merged packages: WinForms dependency and therefore Desktop Runtime is required.

there are three project states: net10.0, net10.0-windows, net10.0-windows with WinForms/WPF. Not every "-windows" project need a WinForms/WPF support.

NetCore package line was a really great choice for us. we will now attempt to switch to the net10.0 target.

Thank you.

SSH
Post Reply