TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sameer M
NA
19
2.4k
Unable to build after uninstalling Newtonsoft.json
Sep 20 2017 1:19 PM
Hi,
I installed the newtonsoft.json component using NuGet manager.
Decided against using json in my app but when I uninstall the component, I am unable to builld my solution. Keep getting the the following error -
Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Perhaps it doesn't exist in the Mono for Android profile?
I have checked in the packages.config file and indeed everywhere in my solution to see if "json" is referenced anywhere - nope.
I did notice that even if i install v10.0.2 of the component, the error msg keeps mentioning version=10.0.0.0.
Tried Visual Studio Community 2017 restart, clean solution, rebuild, reinstall, re-uninstall in multiple combinations, several times, but no luck.
Can someone tell me how to get to the root of this? Somewhere there must be a reference to this assembly in some file which I can edit manually?
Thanks
-Sam
Reply
Answers (
1
)
I wanted to getintent data in fragment class
Xamarin using Soft keyboard after click hide keyboard.