Thành viên | Nội dung |
gamaige
17 bài
| Khi tôi nâng cấp phiên bản cũ lên DNN 5.5.1 thì gặp phải lỗi này, chuối quá, xin các bác chỉ giáo. ============================= Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: 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. (D:\..\DotNetNuke_Community_05.05.01\web.config line 71)
Source Error:
Line 69: <httpModules> Line 70: <!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / --> Line 71: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> Line 72: <add name="Compression" type="DotNetNuke.HttpModules.Compression.CompressionModule, DotNetNuke.HttpModules"/> Line 73: <add name="RequestFilter" type="DotNetNuke.HttpModules.RequestFilter.RequestFilterModule, DotNetNuke.HttpModules"/>
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
|
aspnet
Lập trình không biên giới 598 bài
| Thành thật khuyên anh em không nên nâng cấp làm gì, bạn có code của mình, sau đó cài mới version nào bạn thích nhất, hệ thống như thế ổn định nhất, còn nâng cấp nên hạn chế, vì phát sinh rất nhiều lỗi --- Coding for food http://yenbai.awas.vn http://tknd.vn http://coder.awas.vn http://awas.vn http://bieuquyet.vn http://webhocsinh.com
|
trieucn05
2 bài
| Thành thật khuyên anh em không nên nâng cấp làm gì, bạn có code của mình, sau đó cài mới version nào bạn thích nhất, hệ thống như thế ổn định nhất, còn nâng cấp nên hạn chế, vì phát sinh rất nhiều lỗi
Ví dụ em có cái DNN 4.8.4 giờ muốn "nâng cấp" lên DNN 5.6 em cài phiên bản 5.6 rồi copy các moule từ phiên bản 4.8.4 qua phiên bản 5.6? Bác nói rõ thêm tí nhé! Thanks!
|
nguyenvuit
Thích Java 25 bài
|
|
khonggianviet
Happiess in reach 1 bài
| Parser Error Message: 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.
Lí do: Ứng dụng sử dụng Microsoft ASP.NET Ajax Extensions. Thông báo lỗi này cho thấy các thành phần này được yêu cầu không được cài đặt. Bạn có thể tải về ASP.NET AJAX Extensions 1,0 trực tiếp từ microsfot.com tại liên kết dưới đây ...
ASP.NET AJAX 1.0 http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en
ASP.NET 2.0 AJAX Extensions 1.0 Source Code: http://www.microsoft.com/download/en/details.aspx?id=24165
System requirements Supported Operating Systems: Windows 2000, Windows Server 2003, Windows Vista, Windows XP Required Software:
Microsoft .NET Framework Version 2.0, availablehere
IE 5.01 or later: You must also be running Microsoft Internet Explorer 5.01 or later for all installations of the .NET Framework.
Read more: http://dotnet.dngaz.com/2012/02/loi-could-not-load-file-or-assembly.html#ixzz1xBKZdGp9
|
|