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;








0















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.










share|improve this question






















  • 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

















0















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.










share|improve this question






















  • 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













0












0








0








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























  • 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











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
);



);













draft saved

draft discarded


















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









0














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.






share|improve this answer























  • 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















0














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.






share|improve this answer























  • 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













0












0








0







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.






share|improve this answer













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.







share|improve this answer












share|improve this answer



share|improve this answer










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

















  • 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



















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved