c# - Json.NET + VerificationException Operation could destabilize the runtime -


i getting "operation destablize runtime exception". goggled quite bit, looks exception has conflicting assemblies being loaded @ runtime. so, here couple of things

  1. the same source code works in colleagues machine.
  2. i looked , searched each reference newtonsoft.json.dll , seems coming same assembly. (i think not problem working in other people machine).
  3. i using raven references newtonsoft, not being used on server side on client / silverlight side. compatible referencing same version of newtonsoft raven referencing to.

now, problem might installed in machine that's affecting this. runtime / sp install etc. there way debug / figure out what's happening here. looked , searched newtonsoft.dll when app runs , gets right version in temporary asp.net files. ?

any appreciated. don't want go through installing runtime.

this exception can occur when have visual studio ultimate , intellitrace activated.

try add newtonsoft.dll on intellitrace ignore list:

  • tools -> options -> intellitrace -> modules
  • add -> newtonsoft.

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -