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
35
CodedUiTest and VS2017
posted

Hi,

I have a Coded UI test project, created with VS2015 and Infragistics Version 15.1 (Windows Forms)

The tested application was migrated to VS2017 and Infragistics Version 17.2 and so I need to migrate my Coded Ui Test Project too.

I installed VS2017, the Coded Ui Test Extension in VS2017, Infragistics 17.2 and the Coded UI Extension.

First question is: why the size of the extension in the installer is 0 byte?

Then I rebuilded my project, fixed all compilation issues and started the tests.

I always obtain an error that is:

System.ArgumentException: The following is not a valid technology name: Infragistics.UIA.v17.2. To search for a control, you must specify a valid technology name.

Parameter name: TechnologyName

I also tried to create a new clean project and register some actions on my application.

Same error.

Parents Reply Children
No Data