About 27 results
Open links in new tab
  1. Newtonsoft.Json.JsonReaderException: Unexpected character …

    Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: E Dear support, since 20th May we have started to encounter random failures when invoking …

  2. Re: Newtonsoft.Json.JsonReaderException: Unexpected character ...

     How was this resolved in the end? I have a customer getting this errorNewtonsoft.Json.JsonReaderException: Unexpected character encountered while...

  3. Latest Dropbox API with Newtonsoft.Json 12.0.3

    Apparently upgrading from the old Dropbox API to the latest version didn't delete the old Newtonsoft.Json package correctly (Visual Studio bugs maybe). I deleted all the packages and re …

  4. Unexpected character encountered while parsing value: <.Path

    I have a VB.NET application that has been successfully using the .NET API to get a list of available files and download any that are missing in our local...

  5. Json array parsing as observable collection

    Jun 3, 2021 · Path 'daily', line 1, position 9. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject …

  6. Error converting value 167 to type - social.msdn.microsoft.com

    Oct 7, 2021 · Source=Newtonsoft.Json StackTrace: at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable (Object value, Type initialType, Type …

  7. Add and Edit Records in json file in mvc5

    May 26, 2020 · According to your needs, I made a simple example. This example involves serialization and deserialization of Json string. string havejson = System.IO.File.ReadAllText ...

  8. The type or namespace name 'Newtonsoft' could not be found

    Oct 7, 2021 · The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) at System.Web.Compilation.AssemblyBuilder.Compile ()

  9. Exception while trying to authenticate to the azure management SDK

    Sep 5, 2019 · In azure function i was getting the Newtonsoft.Json version error. I rolled back the version to 10.0.3 and after that i started seeing this error - "Attempted to access an element as a type …

  10. could not load newtonsoft.json version 9.0.0.0

    Mar 13, 2017 · I am creating webpart, add reference to newtonsoft.json by installing latest nuget package. webpart build successfully and deployed.