swaggerwcf only works with newtonsoft 8.0.3.0 in a multiproject solution Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!How do I make a textbox that only accepts numbers?Deserializing JSON to .NET object using Newtonsoft (or LINQ to JSON maybe?)ReSharper “Cannot resolve symbol” even when project buildsbinding redirect json.net from 6.0.0 to 4.5.5resolve a NewtonSoft dependency in a NET4.0 projectCould not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' in Azure FunctionsVSIX newtonsoft isn't in package (VS>15.5) suppress packageNewtonsoft version issue with .netcore and AzureInvoke NewtonSoft SerializeObject and DeserializeObject methods via reflection to work around version mismatchpython application work integrating the application in c# pb?
old style "caution" boxes
Trademark violation for app?
How would a mousetrap for use in space work?
Is there such thing as an Availability Group failover trigger?
What would be the ideal power source for a cybernetic eye?
Is it common practice to audition new musicians one-on-one before rehearsing with the entire band?
Is the Standard Deduction better than Itemized when both are the same amount?
How to compare two different files line by line in unix?
Circuit to "zoom in" on mV fluctuations of a DC signal?
Is there a kind of relay only consumes power when switching?
What causes the direction of lightning flashes?
Generate an RGB colour grid
Do I really need recursive chmod to restrict access to a folder?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
If a VARCHAR(MAX) column is included in an index, is the entire value always stored in the index page(s)?
What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in ITSV
Crossing US/Canada Border for less than 24 hours
Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?
Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?
Is it fair for a professor to grade us on the possession of past papers?
Why didn't Eitri join the fight?
When was Kai Tak permanently closed to cargo service?
Do wooden building fires get hotter than 600°C?
swaggerwcf only works with newtonsoft 8.0.3.0 in a multiproject solution
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!How do I make a textbox that only accepts numbers?Deserializing JSON to .NET object using Newtonsoft (or LINQ to JSON maybe?)ReSharper “Cannot resolve symbol” even when project buildsbinding redirect json.net from 6.0.0 to 4.5.5resolve a NewtonSoft dependency in a NET4.0 projectCould not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' in Azure FunctionsVSIX newtonsoft isn't in package (VS>15.5) suppress packageNewtonsoft version issue with .netcore and AzureInvoke NewtonSoft SerializeObject and DeserializeObject methods via reflection to work around version mismatchpython application work integrating the application in c# pb?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am working in a multiproject solution. There's a main project and the rest is referenced (as existing projects).
In two projects I had newtonsoft 9.0.1.0, then we decided to integrate swaggerwcf in one of the projects (that has newtonsoft).
I intalled the nugget package for swaggerwcf, but when I tried to go to "/api-docs", I received an error(something like request couldnt be proccess), then I decided to downgrade the version of newtonsoft to 8.0.3.0(it's the minimum version admited by swaggerwcf) and it works but I want to use newtonsoft 9.0.1.0 in both projects.
Suaggerwcf only works with the minimun version of newtonsoft 8.0.3.0. in this solution. I've tried in other solutions(with one project) and works with other versions of newtonsoft.
c# .net json.net swagger-wcf
add a comment |
I am working in a multiproject solution. There's a main project and the rest is referenced (as existing projects).
In two projects I had newtonsoft 9.0.1.0, then we decided to integrate swaggerwcf in one of the projects (that has newtonsoft).
I intalled the nugget package for swaggerwcf, but when I tried to go to "/api-docs", I received an error(something like request couldnt be proccess), then I decided to downgrade the version of newtonsoft to 8.0.3.0(it's the minimum version admited by swaggerwcf) and it works but I want to use newtonsoft 9.0.1.0 in both projects.
Suaggerwcf only works with the minimun version of newtonsoft 8.0.3.0. in this solution. I've tried in other solutions(with one project) and works with other versions of newtonsoft.
c# .net json.net swagger-wcf
welcome to stackoverflow, what exactly is your question? have a look at stackoverflow.com/help/how-to-ask to see how ask a good answearble question.
– Arikael
Mar 8 at 21:31
Next week I'll try the mxmissile answer(bindingredirect). There's not an easy way to ask the question but I think the title summarize my problem. In the Swaggerwcf web page it's indicated that they works with newtonsoft >= 8.0.3.0 but in my solution only does with 8.0.3.0 and I want it working with 9.0.1.0.
– Miguel Angel Holgado
Mar 9 at 11:20
add a comment |
I am working in a multiproject solution. There's a main project and the rest is referenced (as existing projects).
In two projects I had newtonsoft 9.0.1.0, then we decided to integrate swaggerwcf in one of the projects (that has newtonsoft).
I intalled the nugget package for swaggerwcf, but when I tried to go to "/api-docs", I received an error(something like request couldnt be proccess), then I decided to downgrade the version of newtonsoft to 8.0.3.0(it's the minimum version admited by swaggerwcf) and it works but I want to use newtonsoft 9.0.1.0 in both projects.
Suaggerwcf only works with the minimun version of newtonsoft 8.0.3.0. in this solution. I've tried in other solutions(with one project) and works with other versions of newtonsoft.
c# .net json.net swagger-wcf
I am working in a multiproject solution. There's a main project and the rest is referenced (as existing projects).
In two projects I had newtonsoft 9.0.1.0, then we decided to integrate swaggerwcf in one of the projects (that has newtonsoft).
I intalled the nugget package for swaggerwcf, but when I tried to go to "/api-docs", I received an error(something like request couldnt be proccess), then I decided to downgrade the version of newtonsoft to 8.0.3.0(it's the minimum version admited by swaggerwcf) and it works but I want to use newtonsoft 9.0.1.0 in both projects.
Suaggerwcf only works with the minimun version of newtonsoft 8.0.3.0. in this solution. I've tried in other solutions(with one project) and works with other versions of newtonsoft.
c# .net json.net swagger-wcf
c# .net json.net swagger-wcf
asked Mar 8 at 18:41
Miguel Angel HolgadoMiguel Angel Holgado
13
13
welcome to stackoverflow, what exactly is your question? have a look at stackoverflow.com/help/how-to-ask to see how ask a good answearble question.
– Arikael
Mar 8 at 21:31
Next week I'll try the mxmissile answer(bindingredirect). There's not an easy way to ask the question but I think the title summarize my problem. In the Swaggerwcf web page it's indicated that they works with newtonsoft >= 8.0.3.0 but in my solution only does with 8.0.3.0 and I want it working with 9.0.1.0.
– Miguel Angel Holgado
Mar 9 at 11:20
add a comment |
welcome to stackoverflow, what exactly is your question? have a look at stackoverflow.com/help/how-to-ask to see how ask a good answearble question.
– Arikael
Mar 8 at 21:31
Next week I'll try the mxmissile answer(bindingredirect). There's not an easy way to ask the question but I think the title summarize my problem. In the Swaggerwcf web page it's indicated that they works with newtonsoft >= 8.0.3.0 but in my solution only does with 8.0.3.0 and I want it working with 9.0.1.0.
– Miguel Angel Holgado
Mar 9 at 11:20
welcome to stackoverflow, what exactly is your question? have a look at stackoverflow.com/help/how-to-ask to see how ask a good answearble question.
– Arikael
Mar 8 at 21:31
welcome to stackoverflow, what exactly is your question? have a look at stackoverflow.com/help/how-to-ask to see how ask a good answearble question.
– Arikael
Mar 8 at 21:31
Next week I'll try the mxmissile answer(bindingredirect). There's not an easy way to ask the question but I think the title summarize my problem. In the Swaggerwcf web page it's indicated that they works with newtonsoft >= 8.0.3.0 but in my solution only does with 8.0.3.0 and I want it working with 9.0.1.0.
– Miguel Angel Holgado
Mar 9 at 11:20
Next week I'll try the mxmissile answer(bindingredirect). There's not an easy way to ask the question but I think the title summarize my problem. In the Swaggerwcf web page it's indicated that they works with newtonsoft >= 8.0.3.0 but in my solution only does with 8.0.3.0 and I want it working with 9.0.1.0.
– Miguel Angel Holgado
Mar 9 at 11:20
add a comment |
1 Answer
1
active
oldest
votes
According to nuget, 8.0.3 and newer should work. If you have not, try adding a binding redirect as described in this blog post. Go to the Package Manager Console for your project and use the Add-BindingRedirect
command.
Binding redirect didn't work, I think something is messed up in my solution. Now I have no time for the api documentation so for the time being I'll freeze this part of the development.
– Miguel Angel Holgado
Mar 13 at 20:23
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55069163%2fswaggerwcf-only-works-with-newtonsoft-8-0-3-0-in-a-multiproject-solution%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to nuget, 8.0.3 and newer should work. If you have not, try adding a binding redirect as described in this blog post. Go to the Package Manager Console for your project and use the Add-BindingRedirect
command.
Binding redirect didn't work, I think something is messed up in my solution. Now I have no time for the api documentation so for the time being I'll freeze this part of the development.
– Miguel Angel Holgado
Mar 13 at 20:23
add a comment |
According to nuget, 8.0.3 and newer should work. If you have not, try adding a binding redirect as described in this blog post. Go to the Package Manager Console for your project and use the Add-BindingRedirect
command.
Binding redirect didn't work, I think something is messed up in my solution. Now I have no time for the api documentation so for the time being I'll freeze this part of the development.
– Miguel Angel Holgado
Mar 13 at 20:23
add a comment |
According to nuget, 8.0.3 and newer should work. If you have not, try adding a binding redirect as described in this blog post. Go to the Package Manager Console for your project and use the Add-BindingRedirect
command.
According to nuget, 8.0.3 and newer should work. If you have not, try adding a binding redirect as described in this blog post. Go to the Package Manager Console for your project and use the Add-BindingRedirect
command.
answered Mar 8 at 18:59
mxmissilemxmissile
7,92734170
7,92734170
Binding redirect didn't work, I think something is messed up in my solution. Now I have no time for the api documentation so for the time being I'll freeze this part of the development.
– Miguel Angel Holgado
Mar 13 at 20:23
add a comment |
Binding redirect didn't work, I think something is messed up in my solution. Now I have no time for the api documentation so for the time being I'll freeze this part of the development.
– Miguel Angel Holgado
Mar 13 at 20:23
Binding redirect didn't work, I think something is messed up in my solution. Now I have no time for the api documentation so for the time being I'll freeze this part of the development.
– Miguel Angel Holgado
Mar 13 at 20:23
Binding redirect didn't work, I think something is messed up in my solution. Now I have no time for the api documentation so for the time being I'll freeze this part of the development.
– Miguel Angel Holgado
Mar 13 at 20:23
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55069163%2fswaggerwcf-only-works-with-newtonsoft-8-0-3-0-in-a-multiproject-solution%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
welcome to stackoverflow, what exactly is your question? have a look at stackoverflow.com/help/how-to-ask to see how ask a good answearble question.
– Arikael
Mar 8 at 21:31
Next week I'll try the mxmissile answer(bindingredirect). There's not an easy way to ask the question but I think the title summarize my problem. In the Swaggerwcf web page it's indicated that they works with newtonsoft >= 8.0.3.0 but in my solution only does with 8.0.3.0 and I want it working with 9.0.1.0.
– Miguel Angel Holgado
Mar 9 at 11:20