Can´t upload an image to cloudinary
Hello my name is Daniel and i´m trying to upload a simple image to cloudinary but i can´t. I follow the documentation but at the time to do cloudinary,Upload(uploadParams) gives me the following mistake:
No se puede cargar el archivo o ensamblado 'Newtonsoft.Json, Version=10.0.0.0.
It says that can´t load the assembly Newtonsoft.Json Version=10.0.0.0.
If anyone can help me i will be very grateful
-
Hi Daniel,
In order to better understand the issue, could you please share some more information:
- The code responsible for the error.
- Full error stack-trace.
- How to reproduce the issue?
If you rather keep this confidential, please feel free to open a support ticket at support@cloudinary.com
In addition, maybe this SO thread will help?
-
Thank you for taking your time Roee to see my problem. I managed to fix it, the problem was that i had an old version of Newtonsoft.Json and .Net was trying to open a recent version so what i did was to update the version in Manage Nuget Packages to de latest version and then it work.
What it was strange was when i install de Cloudinary package it didn't update by itself the Newtonsoft.Json to the version that was trying to open.
Post is closed for comments.
Comments
2 comments