HI,
I have existing scripts with ranorex 5.0 version. Now i'm trying to upgrade them to 6.3 but i am getting an error as assembly file missing. please see attached screen shot for your refrence.
Thanks & Regards,
vinod.T
when i try to upgrade scripts from 5.0 to 6.3 getting error
when i try to upgrade scripts from 5.0 to 6.3 getting error
- Attachments
-
- image.png (78.83 KiB) Viewed 188 times
Re: when i try to upgrade scripts from 5.0 to 6.3 getting error
Try opening the *.csproj file and change the ToolsVersion to "4.0" (usually on the line 2).
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
...