وصف المشكلة مشكلة في الاسمبلي الخاص بمكتبة System.Web.Extensions

Could not load file or assembly System.Web.Extensions, Version xxx حل مشكلة

Could not load file or assembly System.Web.Extensions, Version xxx حل مشكلة

قد تظهر لك هذه المشكلة في تقنية Asp.net

وصف المشكلة 
مشكلة في الاسمبلي الخاص بمكتبة  
System.Web.Extensions

Could not load file or assembly System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 or one of
its dependencies. The system cannot find the file specified.

Line 49:            <assemblies>
Line 50:                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 51:                <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
Line 52:            </assemblies>
Line 53:        </compilation>

Source File:

www\web.config Line: 51

الحلول Solutions

1-Remove حذف

Remove that line from webconfig

الحل ببساطة احذف هذا السطر من ملف الويب كونفيج

رقم السطر 51 بالويب كونفيج احذفه كاملا

<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

2-download ASPNET.2.0.AJAX.Extensions. and instal it.

ايضا لو انت علي استضافة سيرفر خاص بيك

سطب اصدار الاجاكس

ASP.NET AJAX for Asp.Net 2.0.

لكن يكفيك حذف السطر وسيعمل معك

 

نشكرك علي المشاركة