Hi, I have installed VS2022 community with the c# .net desktop development workloiad.
But I am unable to compile the SampleWPFTrader - it references methods in the IGWebAPIClient but the "using" directives seem not to be present there..
And there is a long list of errors and warnings when I try to build it, maybe I need to add components to the VS2022... there is no information what I do need, the only thing I figured out by myself is that WPF is part of .net 3.5 and without .net 3.5 you cant run WPF applicatoins...
I expected a ready-to-use example and I am shure that there os missing only a small little thing here.