Problem Adding RanorexNet.dll as Reference in VS2003

Class library usage, coding and language questions.
balu_r77
Posts: 4
Joined: Wed Jul 19, 2006 1:04 pm

Problem Adding RanorexNet.dll as Reference in VS2003

Post by balu_r77 » Wed Jul 26, 2006 12:21 pm

I tried adding the RanorexNet.dll to a project, and got a message saying that it is not a valid assembly or COM component. How can i add the dll as a refernce to the project.

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Wed Jul 26, 2006 9:13 pm

Ranorex-0.9.1 was built with Visual Studio 2005, so RanorexNet requires .NET Framework 2.0.
You cannot add RanorexNet from Ranorex-0.9.1.zip as Reference in a Visual Studio 2003 project.

I built a special version of Ranorex-0.9.1 with Visual Studio 2003 for .NET Framework 1.1.
You can download this version from:

http://ranorex.com/download/Ranorex-0.9.1.NET1.1.zip

Use this version with Visual Studio 2003.
You can start all the samples, if you installed .NET Framework 2.0.
If not, please study the sample code and use VS2003Application.exe

Regards

Jenö Herget
Ranorex Team

balu_r77
Posts: 4
Joined: Wed Jul 19, 2006 1:04 pm

Post by balu_r77 » Thu Jul 27, 2006 5:37 am

Thank you very much for the help.I will use the version available for VS2003.I have installed Framework 2.0 also, and i could run through the samples.
Thanks for your help.

VanSkalen
Posts: 2
Joined: Fri Jul 28, 2006 2:20 am

Post by VanSkalen » Fri Jul 28, 2006 3:05 pm

We are also currently using VS2003 (at the mercy of my employer to upgrade). If you could continue providing a VS2003 version of the library as updates are available that would be appreciated. Thanks once again for the library!

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Fri Jul 28, 2006 3:32 pm

Thank you for the information.

We will support both .NET Framework 1.1 (for Visual Studio 2003) and .NET Framework 2.0 (for Visual Studio 2005) in the future.

Jenö Herget
Ranorex Team