Hi,
I am using sample application of infragistics wpf(AutoSales Dashboard) which I downloded from infragistic site.Application is built in verison 15.2 infragistics wpf
Currently i am using Infragistics 16.2 Test Automation version free which I downloaded from infragistics site.
I am getting error in GetCellData function of XamDataGrid
IG : [GetCellData] : Could not load type 'Infragistics.Windows.DataPresenter.FieldItem' from assembly 'InfragisticsWPF.DataPresenter, Version=15.2.20152.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.
code is simple
r1 = WpfWindow("AUTO SALES DASHBOARD").XamDataGrid("XamGrid").RecordCount c1 = WpfWindow("AUTO SALES DASHBOARD").XamDataGrid("XamGrid").FieldCount MsgBox r1 MsgBox c1 cell = WpfWindow("AUTO SALES DASHBOARD").XamDataGrid("XamGrid").GetCellData("{2}[Dealer]") msgbox cell
Also getting error for FieldCount method
Could not load type 'Infragistics.Windows.DataPresenter.FieldItem' from assembly 'InfragisticsWPF.DataPresenter, Version=15.2.20152.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'
PC configuration
windows 7,64 bit OS
Also using UFT version 12.53
add ins used (.Net,ActiveX,WPF,Web,VisualBasic,16.2 VersionFree or 16.2 CLR 4.0,Silverlight)
Hello amey sangle,
Thank you for the provided information.
The version of the Infragistics WPF product must match the version of the Test Automation for WPF product. In your case, if the WPF application is using 15.2 version, then the TestAutomation for WPF 15.2 version must be installed.
Please let me know if you have any other questions on this matter.
Hi Martin,
So is there any link for demo wpf application,built using 16.2 wpf infragistics so that 16.2 Version of TestAdvantage can be utilized.
Thanks,
Amey
Hello amey,
You can navigate to the WPF sample applications for 16.2 by hovering the Products menu and clicking WPF. When the page loads, click "View Sample Applications" link that is located under "WPF CONTROLS".
Anyway, here is the link to the wpf sample applications - https://www.infragistics.com/resources/sample-applications#wpf
I am not able to run wpf application as suggested above.Ihave downloaded the sample from above link but application is not running.Does the application opens with some specific software.
Here are the list of folders which got downloaded
Can you tell where is the sample application exe file available.