Hi ,
I am using QTP9.2 with TestAdvantage Trial version 9.1..
On operating on infragistics control , we got the following error.
Executed statement : swfwindow("XXXXXX").SwfWindow("YYYY").SwfComboBox("comboBusinessArea").Select "Commodities"
"Could not load file or assembly 'Infragistics2.Win.v9.1, Version=9.1.20091.9000, Culture=neutral,
PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified."
Could anybody shed some light on this..
Regards
Ksv
Hello,
Typically this error will occur if the version of TestAdvantage doesn't match the version of NetAdvantage used to develop the AUT. If the application you are testing was developed with an older version of NetAdvantage, then you would need the correspondingversion of TestAdvantage.
Trials of older versions are available from the following page:
<http://ko.infragistics.com/downloads/archived.aspx>
Let me know if you have any questions whit this matter.
Alan
Hi,
i may be digging up a really old thread here, but i've come across the same issue.
however, i've matched versions between the "NetAdvantage for .NET 2009.1" used in dev and the testadvantage for qtp that i'm using for testing (again, 2009.1)
i use QTP v10, so that might have a bit of a difference.
in any case, i'm still getting the same error...
any help would be very welcome
thanks,
Eli
We are having the same issue. We are using version 9 of QTP with the 9.2 version of Test Advantage, and the 9.2 version of Infragistics controls. We have the 2017 service release of the Infragistics controls installed as well, so the version displays as 9.2.20092.2017 for each of the assemblies. The error we see is
"Could not load file or assembly 'Infragistics2.Win.v9.2, Version=9.2.20092.1003"
which is crazy. And, that version of the controls, 9.2.20092.1003 was never installed on this machine. The application that we are running CAN find the controls and visualizes perfectly. It is QTP in combination with TestAdvantage that is having the problem. This is incredibly frustrating. Any help would be greatly appreciated!
Thanks
Kris
Hi Kris,
I think the best thing to do in your case is contacting Infragistics developer support they should be able to verify your configuration settings which is the problem for the error your script is having
Thanks,
Ammar
We figured out our problem with TestAdvantage. Due to some infrastructure issues we were in fact using Infragistics 9.1 with TestAdvantage 9.2. The error message we were getting was incorrect and lead us in the wrong direction. The error message said that QTP/TestAdvantage couldn't load 9.2.20092.1003. Since we are not using that version this really had us looking at the wrong things in our environment.
We made use of Microsoft's Assembly Binding Log Viewer which enabled us to see exactly which assemblies were being loaded by which process. Great tool should anyone run into such an issue.