Search found 6 matches

by madhugu
Tue Jun 28, 2011 12:03 pm
Forum: How To …
Topic: How to use VS 2010 and .NET 4.0 with Ranorex 2.X
Replies: 7
Views: 9075

Re: How to use VS 2010 and .NET 4.0 with Ranorex 2.X

Hi,

I am evaluating version 3.0.2 before we purchase it. Will post any issues that I see on that soon.

Thanks,
Madhu.
by madhugu
Thu Jun 23, 2011 10:30 am
Forum: Object Identification and Technologies
Topic: Identify forms with Upgrade from Ranorex 2.1 to 3.0.2
Replies: 7
Views: 4370

Re: Identify forms with Upgrade from Ranorex 2.1 to 3.0.2

Ok, now I figured out why the forms were not being returned when I run the automation package. In 2.1 when we genereated code for the forms, the constructor used to take in null, like _formlogon = new ObjRepoFolders.FormLogonAppFolder(null); in a static constructor. Now, in 3.0 it has been changed t...
by madhugu
Wed Jun 22, 2011 2:18 pm
Forum: How To …
Topic: How to use VS 2010 and .NET 4.0 with Ranorex 2.X
Replies: 7
Views: 9075

Re: How to use VS 2010 and .NET 4.0 with Ranorex 2.X

Hi, I have Ranorex 2.1 trial version and I have been using it with .net 2.0. Now I have upgraded my automation package to .net 4.0 and added the config item that is given in this mail thread and I get an error saying "Failed to load Ranorex.Core.WinApi.dll. I noticed that Ranorex.Core.WinApi.dll was...
by madhugu
Wed Jun 22, 2011 1:16 pm
Forum: Object Identification and Technologies
Topic: Identify forms with Upgrade from Ranorex 2.1 to 3.0.2
Replies: 7
Views: 4370

Re: Identify forms with Upgrade from Ranorex 2.1 to 3.0.2

Hi,

I have tried the troubleshooting section. None of those match with the scenario that I am facing. If Ranorex Spy was able to identify the form, why not the automation code identify it? Instead it throws an exception saying that it is not a form.
by madhugu
Tue Jun 21, 2011 4:39 pm
Forum: Object Identification and Technologies
Topic: Identify forms with Upgrade from Ranorex 2.1 to 3.0.2
Replies: 7
Views: 4370

Re: Identify forms with Upgrade from Ranorex 2.1 to 3.0.2

Hi,

I have sent the snapshot to [email protected] as an attachment. And my test application uses .net framework 2.0 and the other installed .net frameworks are 3.5 and 4
by madhugu
Tue Jun 14, 2011 12:24 pm
Forum: Object Identification and Technologies
Topic: Identify forms with Upgrade from Ranorex 2.1 to 3.0.2
Replies: 7
Views: 4370

Identify forms with Upgrade from Ranorex 2.1 to 3.0.2

Hi, I have been using Ranorex 2.1 and have my object repository for all my forms with XPath. Today I upgraded to Ranorex 3.0.2 and I get the following error Ranorex.CapabilityNotSupportedException : Item 'FormLogon.Self' is no Form. Where "FormLogon's definition is public FormLogon(RepoGenBaseFolder...