Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1450
Problem with xamPivotGrid samples
posted

Hello

Since some time i cannot open some of the xamPivotGrid samples anymore. When i click on xamPivotGrid > Display > FlatData Aggregators, the sample browser shows a message, saying: "There is an unexpected problem with the application. Please contact application support if the problem continues. The Ressource "assets/de/sales.xml" cannot be found."

I checked for this sales.xml in the sample solution and found it in the folder "EN". And then i checked the loading of it in: IGPivotGrid.Samples.Controls.SalesCollection. And when i comment out the line: 

xmlLocation = xmlLocation.Replace("EN", Thread.CurrentThread.CurrentUICulture.Name.Substring(0, 2).ToUpper());

(Which should change the language from EN to DE.)

the sample solution works again. But obviously, the sample browser itself still has the problem.

Where is the source of the problem?!