I got the following error while running the application. This json problem is due to the newtonsoft json dll could not be added to the project reference.
To begin install newtonsoft json 4.5 in the project by running the following command in the nuget package manager console and enter.
PM> Install-Package Newtonsoft.Json -Version 4.5.11
The newtonsoft json dll will automatically get downloaded and installed in the project and referenced in the bin folder.
Post your comments / questions
Recent Article
- Fix-Gradient effect turning to gray in after effects
- How to blur an image in python?
- ModuleNotFoundError: No module named 'whois' in Python GoviralHost Without Terminal
- How to Convert Image to Pencil Sketch in Python?
- AttributeError: module 'urllib' has no attribute 'request' - Python
- How to Extract audio from video files using python?
- PermissionError: [Errno 13] Permission denied: 'shampoo_sales.csv' - Python
- [WinError 145] The directory is not empty: 'FolderPath' - Python
Related Article