Page 1 of 1

Ranorex.Jira cannot be added because of the dependency

Posted: Mon Feb 11, 2019 9:09 am
by Jonah
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?

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

Posted: Mon Feb 11, 2019 10:01 am
by odklizec
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).

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

Posted: Thu Feb 14, 2019 10:52 am
by Jonah
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

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

Posted: Thu Feb 14, 2019 11:00 am
by odklizec
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

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

Posted: Thu Feb 14, 2019 2:05 pm
by Jonah
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.