Click here to Skip to main content
15,920,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


When i click linkbutton to redirect the page it display this run time error. Anyone please give me suggestion for this.

I wrote this code in web.config. So this error is occuring. I want to redirect page when we click link button. Please help me.

XML
<customErrors mode="Off">

    </customErrors>



XML
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="VB" AutoEventWireup="false" CodeFile="Student.aspx.vb" Inherits="Administrator_Student" %>
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: /Administrator/Student.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:2.0.50727.3625; ASP.NET Version:2.0.50727.3618
Posted
Comments
sahabiswarup 6-Dec-11 1:21am    
what you want to do exactly??
want to redirect that page after click on that button?
Jayanthi-SE 6-Dec-11 5:12am    
yes, i want to redirect that page after click on that button. Could you please help me
Shobana16 6-Dec-11 5:26am    
Can you add that code behind coding?
Shobana16 6-Dec-11 1:28am    
Did you add AjaxControlToolKit dll in your project?
Jayanthi-SE 6-Dec-11 5:12am    
yes, I added

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900