When compiling a Silk Mobile .net script from Silk Test Workbench you may encounter the following error:- “’ method ’ is ambiguous because multiple kinds of members with this name exist in class ‘experitestClient.Client’”. See example below:- If this occurs:- 1. Check the .net Framework version you have installed on your machine. - Open the registry (Run | Regedit). - navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP - Check that you have .Net 4.5 framework. 2. If .net 4.5 is not installed please download this from Microsoft website and install. See download link below:- http://www.microsoft.com/en-gb/download/details.aspx?id=30653 This should then resolve the compile error.
↧