Issue when executing Ranorex Solution with Visual Studio 2010

Asked By 0 points N/A Posted on -
qa-featured

Hi. I used Ranorex Solution in managing my Ranorex Projects with Visual Studio 2010. I need to gather and then perform tests in Ranorex Studio. But I am having problem in executing since it is giving me an error that says: “Line 539: The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combination. Configuration='Debug' Platform='x86'." The Ranorex Solutions has various projects on it and in every project the corresponding values is set correctly. Can someone please help me with this? I need to finish this as soon as possible. Thank you.

SHARE
Answered By 10 points N/A #161381

Issue when executing Ranorex Solution with Visual Studio 2010

qa-featured

It seems like the configurations that you have set are for a different platform, and therefore you will need to check that. You will need to check if by any chance you have got a "PLATFORM" environment variable on your system. To do that you will need to do the following:

  • Go to Computer and right click on it.
  • And then choose Properties.
  • Next you will need to choose Advanced System Settings.
  • And then you will choose Environment Variables.
  • And then choose System Variables.

In case there is, then you will need to delete it as it interferes with Visual Studio configuration manager. And then you will need to try to rebuild the generated solution with the platform setting "Any CPU" or "x86".

-Thompson Locker

 

Related Questions