Error below is thrown: ArtOfTest.Common.Design.Exceptions.ExecutionException: Exception thrown executing coded step: '[WebTest_CodedStep] : New Coded Step'. ---> ArtOfTest.WebAii.Silverlight.ExecuteSilverlightCommandException: [Silverlight Extension Error] Details: System.Reflection.AmbiguousMatchException: [Arg_AmbiguousMatchException] Arguments: Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20513.00&File=mscorlib.dll&Key=Arg_AmbiguousMatchException at System.RuntimeType.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers) at System.Type.GetMethod(String name) at Telerik.TestingFramework.XamlExtension.ClientServices.InvokeMethod(AutomationReference reference, AutomationMethod method) at Telerik.TestingFramework.XamlExtension.ClientProcessor.ProcessCommand(String command) at ArtOfTest.WebAii.Silverlight.SilverlightProxy.ExecuteSLCommand(SilverlightCommand cmd) at ArtOfTest.WebAii.Silverlight.SilverlightProxy.InvokeMethod(AutomationMethod method, IAutomationPeer peer) at ArtOfTest.WebAii.Silverlight.AutomationObject`1.InvokeMethod(AutomationMethod method, Object[] parameters) at ArtOfTest.WebAii.Silverlight.AutomationObject`1.InvokeMethod(String methodName, Object[] parameters) at TestProject195.WebTest.WebTest_CodedStep() in c:\Users\mrip\Documents\Test Studio Projects\TestProject195\WebTest.tstest.cs:line 86 --- End of inner exception stack trace --- at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteSteps(AutomationStepList stepList, TestResult testResult, Object codeBehindInstance, Boolean& stopExecution)