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.