Compilation problem with NETFramework
Posted: Fri Sep 27, 2024 7:56 am
Hello everyone,
I have created a simple WPF project (with .NETFramework 4.7.2) in which I have installed the package Stimulsoft.Reports.Wpf (version 2024.3.6)
I have only a xaml window like this:
My application builds and executes correctly.
However, If I add the "Name" property (needed to manage the control in the back code) there is an strange error for which I have not found a solution:
If I remove the "Name" property, the error vanishes. But I need to use this property.
Please, could you help me with this?
Thanks
I have created a simple WPF project (with .NETFramework 4.7.2) in which I have installed the package Stimulsoft.Reports.Wpf (version 2024.3.6)
I have only a xaml window like this:
My application builds and executes correctly.
However, If I add the "Name" property (needed to manage the control in the back code) there is an strange error for which I have not found a solution:
If I remove the "Name" property, the error vanishes. But I need to use this property.
Please, could you help me with this?
Thanks