Uncategorized @enXamarin

Solve ‘File Not Found’ Exception with NuGet Package installed in Xamarin

เรื่องที่เกี่ยวข้อง - .NET, Xamarin

Sometime, you might not be lucky in developing an app or system with .NET and Xamarin Framework, and stocked with “File Not Found” Exception, even you installed them correctly via reference and NuGet package system.

Same to me, and this solution solved the problem for me.

Example of Problem

My case is about Newtonsoft.Json (aka Json.Net) that is very popular to be used in parsing the JSON data from Web API.

Here is my exception.

System.IO.FileNotFoundException: Could not load file or assembly: Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies.

Solution

  1. Close Visual Studio or Xamarin Studio
  2. Remove following folders from your solution
    • obj
    • bin
    • packages
  3. Open your Solution with Visual Studio or Xamarin Studio again
  4. Wait for the program restore your packages
  5. Done

I hope this can help you out the problem as It did for me.

 

เริ่มต้นยุค AI ด้วยคอร์สฟรี และพรีเมี่ยม กับพล

หากชอบสิ่งที่พลเล่า เรื่องที่พลสอน สามารถสนับสนุนพลโดยการเข้าเรียนคอร์สออนไลน์ของพลนะคร้าบ

  • เข้าใจง่าย ใช้ได้จริง ออกแบบการสอนอย่างเข้าใจโดยโค้ชพล
  • มีคอร์สสำหรับคนใช้งานทั่วไป จนถึงเรียนรู้เพื่อใช้งานในสายอาชีพขั้นสูง
  • ทุกคอร์สมีใบประกาศณียบัตรรับรองหลังเรียนจบ

เราใช้คุกกี้เพื่อพัฒนาประสิทธิภาพ และประสบการณ์ที่ดีในการใช้เว็บไซต์ของคุณ คุณสามารถศึกษารายละเอียดได้ที่ นโยบายความเป็นส่วนตัว และสามารถจัดการความเป็นส่วนตัวเองได้ของคุณได้เองโดยคลิกที่ ตั้งค่า

Privacy Preferences

คุณสามารถเลือกการตั้งค่าคุกกี้โดยเปิด/ปิด คุกกี้ในแต่ละประเภทได้ตามความต้องการ ยกเว้น คุกกี้ที่จำเป็น

Allow All
Manage Consent Preferences
  • Always Active

Save