Hello,
is it possible to compile the solution in the new Ranorex 6.0 studio with C#6.0 and .Net 4.6?
We have the Ranorex solution embedded in our solution and we want use C#6.0. and .Net 4.6.
Best regared
GeCi
Compile Ranorex 6.0 with C#6.0 and .Net 4.6
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Compile Ranorex 6.0 with C#6.0 and .Net 4.6
Hello GeCi,
Unfortunately, C#6.0 is currently not supported in Ranorex, but you can try adding the following line into the first PropertyGroup in the csproj file:
There is also a thread in the SharpDevelop forum about this: http://community.sharpdevelop.net/forum ... 56998.aspx
Regards,
Bernhard
Unfortunately, C#6.0 is currently not supported in Ranorex, but you can try adding the following line into the first PropertyGroup in the csproj file:
<CscToolPath>$(MSBuildProgramFiles32)\MSBuild\14.0\Bin</CscToolPath>This is a limitation of the SharpDevelop version Ranorex is based on.
There is also a thread in the SharpDevelop forum about this: http://community.sharpdevelop.net/forum ... 56998.aspx
Regards,
Bernhard