Page 1 of 1

Repo throwing error message

Posted: Thu Sep 26, 2013 11:12 am
by Rajendra
Hi Team,

I have created a project with "ExampleOne" as a project name.

Now I just want to create another project(almost like ExampleOne) name with "ExampleTwo" as project name. I have renamed entire project "ExampleOne" >> to >> "ExampleTwo".
whenever I compile the project 2 then I am getting following error message "The type or namespace name 'ExampleTwoRepository' could not be found (are you missing a using directive or an assembly reference?) (CS0246) - D:\VL\ExampleOneLibrary\ExampleOneLibrary\Program.cs:58,17"

Please help me out.

Thanks,
Raj

Re: Repo throwing error message

Posted: Thu Sep 26, 2013 10:21 pm
by mojohlic
Did you check that you namespace inside of the files were ExampleTwo?

Re: Repo throwing error message

Posted: Fri Sep 27, 2013 1:34 pm
by krstcs
Copying files like that in Ranorex will not work.

All test objects (projects, recordings, variables, repo-objects, etc.) are identified by a GUID behind the scenes.

You must create a new Project, a new Recording, etc., in order for it to work correctly.

Re: Repo throwing error message

Posted: Fri Oct 04, 2013 1:40 pm
by Rajendra
Thank u.

Problem Solved. I created a new project as u suggested.