服务器错误/应用程序 [英] Server error /Application

查看:130
本文介绍了服务器错误/应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有服务器错误/应用程序

/应用程序中的服务器错误。

分析程序错误

描述:发生错误在解析服务此请求所需的资源期间。请查看以下特定的解析错误详细信息并相应地修改源文件。

解析器错误消息:无法加载文件或程序集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" "http://www.w3.org/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.


这篇关于服务器错误/应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆