2009-05-13 2 views
0

페이지를 실행할 때 다음과 같은 구문 분석 오류가 발생합니다.AjaxControlToolKit 관련 오류

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, Version=1.0.10618.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="AppointmentSchedule.aspx.vb" Inherits="AFKLogin.AppointmentSchedule" MasterPageFile="~/Login/PatientMaster.Master" %>

Line 2:

Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

Source File: /Allforkids/Login/AppointmentSchedule.aspx Line: 1

Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit, Version=1.0.10618.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' 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:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

어떻게 해결할 수 있습니까?

답변

0

AjaxControlToolkit 버전 1.0 또는 3.0을 사용하고 있습니까? 당신이 가질 필요가 없을 때 우연히 1.0 버전을 참조했을 수도 있습니다.

+0

우리는 ASP.Net 버전 2.0.Means visualstudio 2005.So를 어떤 버전의 AjaxToolKit을 참조해야합니까? 여기 iam은 AjaxControlToolKit 1.0을 사용합니다. – user42348

+0

제안대로 어셈블리 바인딩 로깅을 활성화 할 것입니다. –