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
is there any progress with this issue? i am dealing with the same problem.
please share your experience and solutions if exists....
Hello Rexon,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Hello,
Could you please let me know if have been able to reproduce this in an isolates sample which you could provide for further investigation ?
“Could not find any resources appropriate for the specified culture or the neutral culture” could be cause if namespaces are misspelled
For more information please look at the following discussion in msdn
http://social.msdn.microsoft.com/Forums/windows/en-US/30d3f13f-0f2e-4852-833f-32d3f557c38a/could-not-find-any-resources-appropriate-for-the-specified-culture-or-the-neutral-culture?forum=winforms
I am waiting for your feedback.
I'm having the exact same issue as Rexon. Is there a sample solution you can post here that we can try loading?
Hi Dimitar,
First of all thank you for your response. I verified that the latest and correct version of the “Infragistics.Win.CodedUITest.UIA.v13.2” assembly has been installed for the latest service from the link you provided. I also verified that it has been registered in the GAC. I have Visual Studio 2012 Premium Installed.
The only difference I found was the entry in the registry. It was located @
“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\11.0\TeamTest\UITest\UITestExtensionPackages\Infragistics.CodedUI.WinAssemblies.20132”
This did not fix the problem. We are still getting the Target Invocation Exception.
On a side note when we try to do a record of a CodedUI test on a Infragistics Grid it still recognizes it has a WinTable instead of UltraUiaTable
Sample Code:
WinTable uIDriverSummaryTable = this.UIODSeClientWindow.UIDriversWindow.UIDriversClient.UIDriverSummaryTable;
instead of
UltraUiaTable uIDriverSummaryTable = this.UIODSeClientWindow.UIDriversWindow.UIDriversClient.UIDriverSummaryTable;
Thanks,
Rexon