I have compiled whole Infragistics.Samples.WPF.sln solution but get some errors when I run it, like this:
...IGSurfaceChart.Resource.SurfaceChartStrings: Default constructed function NOT found...
1) Open with VS2022
2) Upgrade all projects from CLR4.0 to 4.6
Hello,To run the WPF samples browser with Visual Studio, please change the startup project to “Infragistics.SamplesBrowser.WPF” from the solution’s property window.You should be able to see the solution’s property window by opening Infragistics.Samples.WPF.sln with Visual Studio, right click the solution on the Solution Explorer, and select “Properties”. Please choose "Infragistics.SamplesBrowser.WPF" for the Single startup project's drop down list there.