I just downloaded version 1.1.0, and am using VS2005 and C# project. I added a reference to RanorexNet.dll, in its default location on the C drive, but when I run my simple test app that calls Application.FindFormTitle() I get the exception in the title, which appears to be thrown when Ranorex is getting the sleep time. After adding a reference I also added the "using Ranorex" instruction at the beginning of my class file.
I tried adding RanorexCore.dll as a reference to my project but got an error that it could not be added - make sure it is accessible, a valid assembly or COM component. Can anyone help with this configuration issue? Thanks very much.