Ranorex.Jira cannot be added because of the dependency

Ranorex Studio, Spy, Recorder, and Driver.
Jonah
Posts: 3
Joined: Mon Feb 11, 2019 8:54 am

Ranorex.Jira cannot be added because of the dependency

Post by Jonah » Mon Feb 11, 2019 9:09 am

Hi,
I was trying to integrate the Ranorex with JIRA. Went with the tutorial https://www.ranorex.com/blog/integratin ... into-jira/ but I have encountered the problem. While trying to add a package, using 'Manage packages' i get an error:
2019-02-11_08h52_16.png
I am using Ranorex 8.1.2. Is it related with the fact, that Ranorex uses old nuget and apparently has no plans about updating?
You do not have the required permissions to view the files attached to this post.

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

Re: Ranorex.Jira cannot be added because of the dependency

Post by odklizec » Mon Feb 11, 2019 10:01 am

Hi,

Your Ranorex version is outdated and no longer supported. Therefore, it makes no sense to debug this kind of issue with obsolete version. Please try the steps with most recent 8.3.2 (even in trial mode).
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

Jonah
Posts: 3
Joined: Mon Feb 11, 2019 8:54 am

Re: Ranorex.Jira cannot be added because of the dependency

Post by Jonah » Thu Feb 14, 2019 10:52 am

Hello,

the upgrade to 8.3.2 helped! I am able to download the package.

Unfortunately there is another problem, when I am trying to put that package to use. After executing the test, the error is returned:

Code: Select all

Cannot load Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' The located assembly's manifest definition does not match the assembly reference. Exception: HRESULT: 0x80131040

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

Re: Ranorex.Jira cannot be added because of the dependency

Post by odklizec » Thu Feb 14, 2019 11:00 am

Hi,

This does not appear to be a Ranorex-related problem. Have you tried to google this issue? Because it seems to be a quite common problem with newtonsoft.json...
https://stackoverflow.com/questions/226 ... dencies-ma
https://github.com/twilio/twilio-csharp/issues/422
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

Jonah
Posts: 3
Joined: Mon Feb 11, 2019 8:54 am

Re: Ranorex.Jira cannot be added because of the dependency

Post by Jonah » Thu Feb 14, 2019 2:05 pm

I thought it is related to Ranorex, as I expect from official Ranorex packages that will work out of the box. Thanks for the clarification, will look into it.