This is a migrated thread and some comments may be shown as answers.

Problem compiling exported c-sharp project

1 Answer 111 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Annon
Top achievements
Rank 1
Annon asked on 30 Dec 2010, 08:16 PM
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

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 04 Jan 2011, 05:19 PM
Hi Annon,

Thank you for taking the time to evaluate WebUI Test Studio! The export function in the QA edition simply creates a .csproj file that can be loaded in Visual Studio. You will need to install the Dev edition before it will load properly and be usable. So I have to ask the beginning question, did you install the WebUI Dev Edition? It is a Visual Studio add-on and defines the "GenerateElementsTask" task.

Regards,
Cody
the Telerik team
Interested in Agile Testing? Check out Telerik TV for a recording of Automated Testing in the Agile Environment
Tags
General Discussions
Asked by
Annon
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or