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
Compilation problem with NETFramework
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: Compilation problem with NETFramework
Hello,
Try to use "x:Name" instead of "Name".
Thank you.
Try to use "x:Name" instead of "Name".
Thank you.
Re: Compilation problem with NETFramework
Hello,
using "x:Name" still the same problem.
thanks
using "x:Name" still the same problem.
thanks
Re: Compilation problem with NETFramework
Hello again,
It's solved.It's necessary to use the .NET Framework 4.8 at least, with the version 2024.3.6 of the package Stimulsoft.Reports.Wpf.
Thanks
It's solved.It's necessary to use the .NET Framework 4.8 at least, with the version 2024.3.6 of the package Stimulsoft.Reports.Wpf.
Thanks
-
- Posts: 7292
- Joined: Tue Mar 20, 2018 5:34 am
Re: Compilation problem with NETFramework
Hello,
Thank you for the information.
Thank you for the information.