The following error occurred at runtime while attempting to find an UltraUIATable control in my application.
"Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Infragistics.Win.CodedUITest.UIA.v13.2.strings.resources" was correctly embedded or linked into assembly "Infragistics4.Win.CodedUITest.UIA.VS11.v13.2" at compile time, or that all the satellite assemblies required are loadable and fully signed."
I was trying to follow the link below: http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Using_the_Coded_UI_Test_Extension.html
Hello Vered,If the CodedUITestBuilder is recognizing our control as a WinComboBox, then it sounds like the plugin for the specific version does not exist, or is installed as a trial. What is the version of Infragistics controls the AUT (Application Under Test) is using? Does it match with the CodedUI version? Also have you installed the product as trial? If you have then this will not be working correctly since CodedUI is not supported with trial versions.Let me know if you have any additional questions.
It happens in any application. I created a simple winform app with only one UltraComboEditor and the Coded UI test builder still doesnt recognize it as UltraComboEditor and I still get the above error.
The Infragistics4.Win.CodedUITest.UIA.VS12.v16.1 is attached to the project references when I open a new CodedUI project.
I am looking forward to hearing from you!
Vered
Hi Vered,Thank you for the reply.Does that issue happen on a specific application or on any application that you test? I have also asked our development team for assistance on this and I will get back to you as soon as I have more information from them.
I am using visual studio ultimate 2013 - Version 12.0.30723.00 Update 3.
.NET framework - 4.5
The registry key exists as - Infragistics.CodedUI.WinAssemblies.20161 on the path you described.
I am just recording (with the Coded UI Test Builder) simple actions on the UltraUiaComboBox. but it falls on the simple decleration at the beginning on the code:
UltraUiaComboBox uIP_PatientIDComboBox = new UltraUiaComboBox( );
The Coded UI Test Builder doesnt recognize the combobox as - UltraUiaComboBox, it is WinComboBox with MSAA technology.
Please help me!!!!
Hi Vered,What version of CodedUI are you using? What is the version of Visual Studio that you are using? Is the CodedUI dll correctly installed in the GAC? Does the registry key I have mentioned in my initial reply (HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\TeamTest\UITest\UITestExtensionPackages\Infragistics.CodedUI.WinAssemblies.20132) exist on your machine? Also can you provide us with a sample that reproduces this issue? I am looking forward to hearing from you.