Search found 7 matches

by m.schrecker
Fri Oct 18, 2013 10:40 am
Forum: General Questions
Topic: report rxlog XML schema
Replies: 3
Views: 1840

Re: report rxlog XML schema

Is there a xsd file to validate the .data files ?
I need to validate the .data files to analyze the reports in an external tool.
by m.schrecker
Thu Feb 21, 2013 4:13 pm
Forum: General Questions
Topic: resgen.exe problem when using resx files in Ranorex 4.0.2
Replies: 7
Views: 5190

Re: resgen.exe problem when using resx files in Ranorex 4.0.2

Okay,
installing the .Net Develop data of the Windows SDK solved the problem.
It was ca. 1 GB big but this was possible ;)

Thank you for your fast help!

Best regards,

Michael
by m.schrecker
Thu Feb 21, 2013 1:38 pm
Forum: General Questions
Topic: resgen.exe problem when using resx files in Ranorex 4.0.2
Replies: 7
Views: 5190

Re: resgen.exe problem when using resx files in Ranorex 4.0.2

Hey Ron,
thank you for your fast reply. I'll try to fix it with that.
Last time I installed the whole Windows SDK and didn't get it working anyway.
I had to install VS 2010 to fix it. I'll try and contact you when I did.

Regards,
Michael
by m.schrecker
Wed Feb 20, 2013 5:30 pm
Forum: General Questions
Topic: resgen.exe problem when using resx files in Ranorex 4.0.2
Replies: 7
Views: 5190

resgen.exe problem when using resx files in Ranorex 4.0.2

I'm using Ranorex 4.0.2 and use resx files to get some strings. Ranorex is running on windows vista sp2. I had the same problem with Ranorex on Windows 7. Everytime I build my solution I get the following error: Task failed because "resgen.exe" was not found, or the correct Microsoft Windows SDK is ...
by m.schrecker
Mon Oct 22, 2012 3:02 pm
Forum: How To …
Topic: How To make use of Ranorex 3 features in a 2.3.9 Solution
Replies: 4
Views: 2790

Re: How To make use of Ranorex 3 features in a 2.3.9 Solution

I have the same situation. I have created a new Solution now, imported my old projects and added the records to the rxtst file. Now I have one file in each project which previously started the the sut application via RunApplication. This is not a recorded action but coded in the cs file. I allready ...
by m.schrecker
Fri Oct 19, 2012 9:11 am
Forum: Automation Tools
Topic: Ranorex Solution (Ranorex2.0, .NET3.5) doesn't work with 3.3
Replies: 2
Views: 2243

Re: Ranorex Solution (Ranorex2.0, .NET3.5) doesn't work with 3.3

I found the problem:

Ranorex has created a picture as ascii code in one of the classes.
This ascii code was round about 4400 lines long and this was too much for the compiler.
Now I will use a simple jpeg file as filesource. Then it should work.
by m.schrecker
Fri Oct 19, 2012 8:26 am
Forum: Automation Tools
Topic: Ranorex Solution (Ranorex2.0, .NET3.5) doesn't work with 3.3
Replies: 2
Views: 2243

Ranorex Solution (Ranorex2.0, .NET3.5) doesn't work with 3.3

Hello, I have a Ranorex solution which was created with Ranorex 2.0 and .NET3.5 or maybe .NET3.0, on a 32Bit machine. Now I want to use this solution in Ranorex 3.3.3 with .NET4.0 on a 64Bit machine. The machine has .NET2.0 , .NET3.0 , .NET3.5 and .NET4.0 installed. After some problems related to ol...