I have a C# WPF application that uses Xceed Extended Toolkit (latest stable V2.9 according to nuget) that compiles (VS2015) & runs correctly on Windows 7.
The application uses only the IntegerUpDown control from the toolkit.
The source code has been transferred without change to a Windows 10 based PC - compilation fails reporting
Are there any compatibility issues with the latest version of the toolkit & Windows 10? Is there any workaround for this issue?
The application uses only the IntegerUpDown control from the toolkit.
The source code has been transferred without change to a Windows 10 based PC - compilation fails reporting
Cannot locate resource : pie/themes/aero2.normalcolor.xaml
The control in the application's MainWindow.xaml is highlighted as having the same error.Are there any compatibility issues with the latest version of the toolkit & Windows 10? Is there any workaround for this issue?