Ranorex

Ranorex Web Bug on Windows 2000 SP4 Rollup1

 
Post new topic   Reply to topic    Ranorex Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
latecode



Joined: 06 Jul 2008
Posts: 1

PostPosted: Sun Jul 06, 2008 8:50 am    Post subject: Ranorex Web Bug on Windows 2000 SP4 Rollup1
I tested Ranorex 1.4 trial.
The following code compiles well & runs well on Windows XP SP3.
This code compiles well on Windows 2000 SP4 Rollup1, but always returns a run time exception.

// Starting Internet Explorer
Ranorex.Web.WebDocument myWebDocument =
Ranorex.Web.WebDocument.OpenDocument(startPage, true);
Back to top
View user's profile Send private message
Support Team
Site Admin


Joined: 07 Jul 2006
Posts: 343

PostPosted: Mon Jul 07, 2008 3:55 pm    Post subject:
This seems to be a bug of the .NET Framework for Windows 2000; starting the Internet Explorer (IE) using the System.Diagnostics.Process.Start() method always fails, that's why WebDocument.OpenDocument() also fails.

This is a known issue in V1.4 and V1.5, but we have now found a workaround that will be included in the V1.5.1 release. With other versions, please use the Windows Start menu to start a new IE and the WebDocument.GetDocument() method to get the WebDocument from this IE.

Regards,
Alex
Ranorex Support Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> Bug Reports All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum