Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Am Using Accountidanpal4Panel And I Working Perfectly on my PC but after load on server I Am Getting this error
this is my website link

http://timestech.somee.com/welcomeuser.aspx[^]

XML
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="VB" AutoEventWireup="false" CodeFile="welcomeuser.aspx.vb" Inherits="welcomeuser" %>
Line 2:  <%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit"%>
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Line 4:  <link href="csssheet.css" rel="stylesheet" type="text/css" />


Source File: /welcomeuser.aspx    Line: 2

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].
Posted
Comments
Tom Marvolo Riddle 19-Apr-14 3:55am    
I guess you forgot to Upload the AjaxControlToolkit.dll in server.

1 solution

I guess you forgot to Upload the AjaxControlToolkit.dll in server.Upload yuor bin folder with AjaxControlToolkit.dll
 
Share this answer
 

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