Ranorex Studio, Spy, Recorder, and Driver.
-
anujakulkarni
- Posts: 29
- Joined: Wed Jan 07, 2009 1:15 pm
Post
by anujakulkarni » Tue Mar 03, 2009 12:38 pm
Hi,
I am just including the statement
Code: Select all
System.Diagnostics.Process.Start("Test.rxlog");
in the end hoping that my result log will be opened automatically when the automation stops. This was working fine with Ranorex Version 2.0.0.
But strangely now I get the typical windows "File Download" dialog asking me to either "Open", "Save" or "Cancel" the file !! And nothing happens when I click on the "Open" button. I am currently using Ranorex Version 2.0.1.5691.
Is this a known issue? Is there a work around?
Cheers,
-
Support Team
- Site Admin

- Posts: 12174
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
-
Contact:
Post
by Support Team » Tue Mar 03, 2009 4:41 pm
I can`t reproduce your issue.
If you have installed Ranorex 2.0 on your testing system *.rxlog files should be opened with the Ranorex ReportViewer tool per default.
Do you have installed Ranorex 2.0 on your testing environment?
Workaround for Systems without Ranorex2.0 installed:
- copy Ranorex.ReportViewer.exe, Ranorex.Controls.dll, RanorexReport.xsl to your target system
- *.rxlog file->context menu->open with: always open with Ranorex.ReportViewer.exe
Regards,
Christian,
Ranorex Support Team
-
anujakulkarni
- Posts: 29
- Joined: Wed Jan 07, 2009 1:15 pm
Post
by anujakulkarni » Tue Mar 03, 2009 5:02 pm
Hi,
Thanks, the issue is now solved
Don't know why my system was trying to open the .rxlog file using Internet Explorer instead of Ranorex ReportViewer tool !!
Cheers,