Search found 48 matches

by jainaakash
Wed Dec 22, 2010 7:20 am
Forum: Bug Reports
Topic: System.InvalidOperationException: Invalid Content: ActiveCon
Replies: 1
Views: 3354

System.InvalidOperationException: Invalid Content: ActiveCon

Ranorex Studio Version : 2.3.5.10317 .NET Version : 2.0.50727.3603 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3 Current culture : English (United States) (en-US) Working Set Memory : 67424kb GC Heap Memory : 6011kb Exception thrown: System.InvalidOperationException: Invalid Content: Act...
by jainaakash
Fri Nov 19, 2010 1:10 pm
Forum: Bug Reports
Topic: Unhandled exception has occured while launching Ranorex stud
Replies: 5
Views: 2319

Re: Unhandled exception has occured while launching Ranorex stud

Hi Team,

Probably, it was some virus which was stopping Ranorex to open. It seems to be working fine after the virus got deleted.

Regards,
Aakash
by jainaakash
Fri Nov 19, 2010 9:50 am
Forum: Bug Reports
Topic: Unhandled exception has occured while launching Ranorex stud
Replies: 5
Views: 2319

Re: Unhandled exception has occured while launching Ranorex stud

Hi Team,

I installed the 2.3.5 version and am still facing the issue.
I have send a detailed e-mail with screenshots to [email protected]

Appreciate a quick response.

Thanks and Regards,
Aakash
by jainaakash
Fri Nov 19, 2010 6:21 am
Forum: Bug Reports
Topic: Unhandled exception has occured while launching Ranorex stud
Replies: 5
Views: 2319

Re: Unhandled exception has occured while launching Ranorex stud

Thanks Peter, I will install the latest version and check, but I have another licence installed on a different machine and Ranorex is working fine there with the same version. And it was working perfectly fine before that on my machine as well. I am not sure what really has gone wrong only with the ...
by jainaakash
Thu Nov 18, 2010 1:29 pm
Forum: Bug Reports
Topic: Unhandled exception has occured while launching Ranorex stud
Replies: 5
Views: 2319

Unhandled exception has occured while launching Ranorex stud

Ranorex Studio Version : 2.3.1.8466 .NET Version : 2.0.50727.3603 OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3 Current culture : English (United States) (en-US) Working Set Memory : 46044kb GC Heap Memory : 6183kb Exception thrown: System.InvalidOperationException: Invalid Content: Acti...
by jainaakash
Thu Nov 18, 2010 1:19 pm
Forum: Bug Reports
Topic: TryFindSingle or TryFindFirst - Feature
Replies: 3
Views: 2711

Re: TryFindSingle or TryFindFirst - Feature

Thats fine, I am able to get the list and check for what I want to look.
My actual concern / question is on the behaviour of TryFindSingle.
by jainaakash
Thu Nov 18, 2010 6:59 am
Forum: Bug Reports
Topic: TryFindSingle or TryFindFirst - Feature
Replies: 3
Views: 2711

TryFindSingle or TryFindFirst - Feature

Hi Ranorex Team, I just realized that the TryFindSingle returns the first element found or false if no element is found. I assumed the function to return false if it failed to find a single (unique) element and return TRUE ONLY if it finds a single(unique) element. So, for me this function is actual...
by jainaakash
Wed Nov 03, 2010 10:17 am
Forum: General Questions
Topic: Object SearchTimeout
Replies: 4
Views: 2002

Object SearchTimeout

Hi Team, I am facing a typical problem with search timeout. I have an application form (root folder in repository). I look for the form if that exsists and proceed. It used to wait for the default time or searchtimeout (if specified) and then proceed further. But lately, at few ocassions it seems to...
by jainaakash
Fri Sep 03, 2010 11:10 am
Forum: Automation API
Topic: GetPath taking very long time to return the path
Replies: 1
Views: 3136

GetPath taking very long time to return the path

Hi Team, I have a typical problem with getpath() taking very long time. Below is the detailed case: I have a combobox which has more than 2000 listitems. Items are identified as below by Ranorex: .....combobox/listitems[<index>]/text[@name='<name>'] So, in order to select the required item from the ...
by jainaakash
Wed Aug 04, 2010 2:10 pm
Forum: Automation API
Topic: Calling Functions / Modules dynamically
Replies: 13
Views: 3802

Re: Calling Functions / Modules dynamically

Thanks Buddy,
it worked perfectly
by jainaakash
Wed Aug 04, 2010 11:52 am
Forum: Automation API
Topic: Calling Functions / Modules dynamically
Replies: 13
Views: 3802

Re: Calling Functions / Modules dynamically

Thanks Peter. I could not get that to work dynamically.. probably needs some coding expert :) If you can provide me the VB.NET code to implement, that would be great. I have another issue here, in this case the method called does not have any parameters. If I want to invoke a method which takes some...
by jainaakash
Tue Aug 03, 2010 10:39 am
Forum: Automation API
Topic: Calling Functions / Modules dynamically
Replies: 13
Views: 3802

Re: Calling Functions / Modules dynamically

Thanks.
Yes, even this works fine. As you rightly said, there must be an easier way to do this. Here, the number of elements it has to verify is too much. We can use this till we get a better solution :)

Thanks
by jainaakash
Tue Aug 03, 2010 9:27 am
Forum: Automation API
Topic: Calling Functions / Modules dynamically
Replies: 13
Views: 3802

Re: Calling Functions / Modules dynamically

True, but have a very long list of tests and so, want to do it dynamically.
Thanks
by jainaakash
Tue Aug 03, 2010 8:52 am
Forum: Automation API
Topic: Calling Functions / Modules dynamically
Replies: 13
Views: 3802

Calling Functions / Modules dynamically

Hi Team, I read the test script name to be executed from an excel sheet in a variable and then want to call the same script at runtime. Can you please guide me on how can I achieve this? Earlier, I used to do it via Eval(str) but seems this is not available in vb.net. eg: str = "TestCases.TestCase1(...
by jainaakash
Fri Jul 30, 2010 12:50 pm
Forum: General Questions
Topic: Global variables across projects within a single solution.
Replies: 1
Views: 6884

Global variables across projects within a single solution.

Hi Team, I have a Solution which contains multiple projects (VB.NET). In my startup project, I have declared a public variable which I can access / use in the project. Now, I want to use the same variable in another project within the same solution. Please let me know how is this possible. I want to...