Ranorex 3.0 module not found

Ask general questions here.
tallahassee101
Posts: 169
Joined: Thu Jan 13, 2011 2:06 pm

Ranorex 3.0 module not found

Post by tallahassee101 » Tue Mar 15, 2011 6:16 pm

I followed the directions for porting my 2.3x project to 3.0x and am trying to add an existing module to a test suite. When I try to run the test i get the following error:
The module 'CreateAndDropTrack' (with ID {11a53846-b498-4775-b5bc-f5053218905c}) could not be found.
Show Stacktrace
at Ranorex.Core.Testing.TestSuiteModule.RunInternal(DataContext parentDataContext)

'CreateAndDropTrack' module's CS file has the same ID listed above at the top of the file as follows:
[TestModule("11a53846-b498-4775-b5bc-f5053218905c", ModuleType.Recording, 1)]

Any help would be appreciated.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Ranorex 3.0 module not found

Post by Support Team » Wed Mar 16, 2011 12:52 pm

Hi,

Are you missing a reference in your startup project?
Can you see this module in Module Browser?
Have you tried to remove and then add it again to the test suite?

Regards,
Peter
Ranorex Team

tallahassee101
Posts: 169
Joined: Thu Jan 13, 2011 2:06 pm

Re: Ranorex 3.0 module not found

Post by tallahassee101 » Wed Mar 16, 2011 1:40 pm

I was able to see the module in the browser. I had to remove it close out Ranorex and then reopen Ranorex studio and add it in again to get it to properly build. Thanks for the help.

RogerWaters
Posts: 6
Joined: Tue Nov 15, 2011 11:13 am

Re: Ranorex 3.0 module not found

Post by RogerWaters » Mon Jan 23, 2012 1:08 pm

Getting the same error. Reason was that the Projects name referenced differs from the root namespace in the project. Ranorex has referenced the projects name at namespace-Attribute. Adjusting the namespace to the resolved the problem.

greetings
Roger