Is it possible to compile Ranorex file without Ranorex studi

Ask general questions here.
BHARATHMR
Posts: 19
Joined: Thu Apr 16, 2015 5:55 am

Is it possible to compile Ranorex file without Ranorex studi

Post by BHARATHMR » Tue Oct 13, 2015 11:11 am

How to compile the modifications (*.cs and *. UserCode.cs) performed in runtime environment without Ranorex studio.
Example: compiling *.cs file without visual studio can be possible by using MS build.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Is it possible to compile Ranorex file without Ranorex studi

Post by odklizec » Tue Oct 13, 2015 11:46 am

Hi,

You can't compile just single cs file, but you can build Ranorex project/solution using msbuild (like any visual studio solution). E.g. like this...
MSBuild.exe path\to\your_solution.sln /p:Configuration=Release
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration