服务器错误/应用程序

编程入门 行业动态 更新时间:2024-10-26 19:24:52
本文介绍了服务器错误/应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有服务器错误/应用程序 /应用程序中的服务器错误。 分析程序错误 描述:发生错误在解析服务此请求所需的资源期间。请查看以下特定的解析错误详细信息并相应地修改源文件。 解析器错误消息:无法加载文件或程序集AjaxControlToolkit或其依赖项之一。系统找不到指定的文件。

i have server error / application Server Error in ''/'' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly ''AjaxControlToolkit'' or one of its dependencies. The system cannot find the file specified.

Source Error: Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Ajaxpage.aspx.cs" Inherits="Ajaxpage" %> Line 2: Line 3: <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %> Line 4: Line 5: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Source File: /gajnanicollection/ajaxpage.aspx Line: 3 Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit' could not be loaded. WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

服务器上有ajax.dll文件请帮帮我..

there is ajax.dll file on server please help me..

推荐答案

虽然您没有共享实际错误,但是基于您共享的内容(为什么程序集''AjaxControlToolkit''无法加载),看起来像服务器上缺少AjaxControlToolkit.dll。您需要确保引用的程序集存在于系统上并引用它。 将预期版本的dll放在应用程序的bin文件夹中或系统GAC中。 Though you have not shared the actual error, but based on what you have shared (why the assembly ''AjaxControlToolkit'' could not be loaded), it looks like AjaxControlToolkit.dll is missing on the server. You need to make sure that the referenced assembly is present on the system and you refer it. Place the expected version of the dll in the bin folder of your application or in system GAC.

更多推荐

服务器错误/应用程序

本文发布于:2023-07-27 14:10:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1222782.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   错误   服务器

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!