Hello everyone. A colleague of mine created and successfully ran a test on a remote desktop. When I go to the same desktoip and try to execute the test I get a compilation error that reads as follows:
: Line 132: (CS1061) 'Fulfillment_Request.Pages.Name' does not contain a definition for 'SilverlightApp0' and no extension method 'SilverlightApp0' accepting a first argument of type 'Fulfillment_Request.Pages.Name' could be found (are you missing a using directive or an assembly reference?)
for every line of code that uses "SilverlightApp0" The compilation problems are only occuring on the coded steps, specifically those conatining silverapp0.
Does anyone know what might be causing this issue, and how to fix it?
Thanks,