when i try to upgrade scripts from 5.0 to 6.3 getting error

Bug reports.
vinodt
Posts: 1
Joined: Thu Jul 02, 2020 5:27 pm

when i try to upgrade scripts from 5.0 to 6.3 getting error

Post by vinodt » Thu Jul 02, 2020 5:35 pm

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
You do not have the required permissions to view the files attached to this post.

User avatar
N612
Posts: 135
Joined: Mon Jul 11, 2016 4:01 pm

Re: when i try to upgrade scripts from 5.0 to 6.3 getting error

Post by N612 » Thu Jul 02, 2020 9:35 pm

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>
  ...