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
85
Missing "Infragistics.Win.CodedUITest.UIA.v13.2.strings.resources" at runtime
posted

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

Parents
No Data
Reply
  • 23930
    Offline posted

    Hi Rexon,

    Thank you for contacting Infragistics Developer Support.

    Can you please make sure that the “Infragistics.Win.CodedUITest.UIA.v13.2” assembly is installed in the GAC? Also please make sure that you are using the latest service release of 13.2. You can download the latest service release by following this link:

    http://ko.infragistics.com/community/forums/t/29398.aspx

    Have you installed the full Visual Studio 2012 or only the test agents? Also please make sure that the

    “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\TeamTest\UITest\UITestExtensionPackages\Infragistics.CodedUI.WinAssemblies.20132”

    registry key exists on your machine.

    I am looking forward to your reply.

Children