I have a C # console application which is using JSON and it works fine when I run on my development machine is. When I try to move the application to another machine, I get the following exception, when a part of my code is required which requires json:
< P> File or assembly can not be loaded, newtonsoft Json 4.5.0.0I think I need to download / install this machine on I to run the application. . How would I go about doing it? Download Newtonsoft.Json.dll from
and keep it in the bin folder.
No comments:
Post a Comment