Compilation error after migration to .Net Core

Stimulsoft Reports.WPF discussion
Post Reply
radekcerny2
Posts: 21
Joined: Wed Jan 04, 2017 9:34 pm

Compilation error after migration to .Net Core

Post by radekcerny2 »

We are re-platforming from .Net framework to .Net 7 and are getting this error

[Compilation error: The type name 'Regex' could not be found in the namespace 'System.Text.RegularExpressions'. This type has been forwarded to assembly 'System.Text.RegularExpressions, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly.

How can we add that reference?
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: Compilation error after migration to .Net Core

Post by Max Shamanov »

Hello,

Could you please send a sample project that reproduces the issue for analysis?

Thank you.
Post Reply