Hi,
I was just trying out the trial version of the WebUI Test Studio and I was able to:
1. record some web interactions
2. save project
3. export to c-sharp VS2010 project
4. open exported VS2010 project
Inside my VS2010 project I have:
1. New Test.aii
2. Project.Elements
however, when I tried to build the project I get the following:
Error 1 The "GenerateElementsTask" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319" directory. TestProject1
Thanks in advance to responses/help.
Annon
I was just trying out the trial version of the WebUI Test Studio and I was able to:
1. record some web interactions
2. save project
3. export to c-sharp VS2010 project
4. open exported VS2010 project
Inside my VS2010 project I have:
1. New Test.aii
2. Project.Elements
however, when I tried to build the project I get the following:
Error 1 The "GenerateElementsTask" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319" directory. TestProject1
Annon