|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hello, I tryed to update from 2022.0.30 to 2022.1.67 in a WPF project and i'm now getting this error : MC3074 The tag 'WebControl' does not exist in XML namespace 'http://schemas.essentialobjects.com/wpf/' My code didn't change, and it is like the documentation :
Code: HTML/ASPX
xmlns:eo="http://schemas.essentialobjects.com/wpf/"
<eo:WebControl>
</eo:WebControl>
Regards,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Please change your project to target .NET Framework 4.6 and above. Build 22.1.67 no longer supports older versions of .NET Framework.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hey,
Updated from 4.5 to 4.8 fixed the issue.
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Great. Glad to hear that it works!
|
|