I have this wierd problem. I am loading at run time a DLL and creating instance of it. The dll is a project at my solultion and I have downloaded the NewtonJSon from nuget to it's refrences.
The problem: Whenever I am trying to debug that dll, if visual studio see's that I am using an object from NewtonJSon (For example: JObject), then it just skips that code. When removing the use of NewtonJSon, then I can debug without any problem.
How wierd is that?