'Ranorex.Application.Active' definition NOT found

Bug reports.
grahama
Posts: 8
Joined: Tue Apr 24, 2007 7:47 pm

'Ranorex.Application.Active' definition NOT found

Post by grahama » Wed Apr 25, 2007 2:32 am

[Using Ranorex 1.1.0.0 with .NET 2.0 free download]

I am trying to compile a short C# app in VS 2005.

But my attempt to use Application.Active fails - the compiler gives the error:
'Ranorex.Application' does not contain a definition for Active.

Other methods of Application work fine (e.g. Start, Sleep, FindFormTitle). But not Active.

Any ideas?

Thanks.

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Wed Apr 25, 2007 7:21 pm

Thanks for this info, it was a bug in the old documentation.
We updated the RanorexNet Documentation and extended it with some new features.

Download the new CHM from:
http://www.ranorex.com/download/RanorexNet.chm

or see the online documentation:
http://www.ranorex.com/Documentation/Net/

Gabor
Ranorex Team