Library Error

Ask general questions here.
Thet Thet
Posts: 27
Joined: Fri Jan 11, 2019 7:02 am

Library Error

Post by Thet Thet » Thu Nov 28, 2019 7:40 am

Hi,

I want to extract "*.tar.gz" file.

Code: Select all

using ICSharpCode.SharpZipLib.Tar;
using ICSharpCode.SharpZipLib.GZip;
When I declare this code,error is occured.
Error information ➡ The type or namespace name 'ICSharpCode' could not be found. The using directive or assembly reference is missing.
How can I extract "*.tar.gz" file with a simple ways or how to add a external library into the ranorex.
Ranorex Version is 8.3.
Please help me.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Library Error

Post by odklizec » Thu Nov 28, 2019 8:10 am

Hi,

Have you installed the SharpZipLib (available as Nuget package)?
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

Thet Thet
Posts: 27
Joined: Fri Jan 11, 2019 7:02 am

Re: Library Error

Post by Thet Thet » Thu Nov 28, 2019 9:01 am

Hi,

I can't install the SharpZipLib available at Nuget package.

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Library Error

Post by odklizec » Thu Nov 28, 2019 9:07 am

Hi,

Well, then you most probably have to ask the SharpZipLib developers what to do?

BTW, I just tried to install it in 9.2.0 and it works OK? So if you are using an older Ranorex version (I saw in your other post, that you are on 8.3.0), then you should try to update Ranorex with most recent version?
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration