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
55
Run Error Could not load file or assambly
posted

Hi,

I'm using QTP 11 and TestAdvantage 11.1CLR2.0

I'm trying to record a script, it seems to be able to record the objects, but when tryin to execute the script fails, its capable recognize the objects and highlight them but it will not interact with them, when trying to click on it will throw the Run Error window with:

"Could not load file or assembly 'Infragistic2.Win.v11.1, Version=11.1.20111.9000, Culture=neutral, PublickKeyToken=/dd%c' or one of its dependecies. The systema cannot find the file specified."

So this error ocurrs when trying to execute this line:

SwfWindow("1").Window("2").SwfObject("Control").SwfEdit("Location").RightClick

But the line

SwfWindow("1").Window("2").SwfObject("Control").SwfEdit("Location").Highlight

will work perfectly! 

After looking on the C:\WINDOWS\ASSEMBLY directory I can see that there is no Infragistic file except the Infragistics.License Version 1.0.5005.10

Im completely new at this so I will appriciate any ideas on how to solve this or where else can I look for a solution.

Cheers!