Hi,
I am using QA version ,and after I customize all the recorded steps to code ,and try to execute ,however ,the compile failed error shows as below:
******smoke test.aii.cs: Line 1: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
******smoke test.aii.cs: Line 2: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
******smoke test.aii.cs: Line 1: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
******smoke test.aii.cs: Line 2: (CS0246) The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?)
the wierd thing is that I didn't change any Telerik dll ,and file location ,and for QA version ,there is no way for me to update the references using , how to solve this problem?