i have a masterpage and a content page
in content page i have a code like this which everything works fine in the local but when i uploaded to the server it shows an error like this
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Source Error:
Line 129:
Line 130:
in content page i have a code like this which everything works fine in the local but when i uploaded to the server it shows an error like this
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Source Error:
Line 129:
Line 130:
Line 131:
Line 132:
Line 133:
my master page code doesnt have a script manager or toolscriptmanager
but my content page has an editor which has requires toolscript manager,, Here is my code
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor"
TagPrefix="cc1" %>
Line 132:
Line 133:
my master page code doesnt have a script manager or toolscriptmanager
but my content page has an editor which has requires toolscript manager,, Here is my code
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor"
TagPrefix="cc1" %>
Khargesh RajputPosted Feb 26, 2015, 3:11 AM
and add this code in web.config
PublicKeyToken=31BF3856AD364E35"/>
add version of your ajax toolkit here
naresh nPosted Feb 26, 2015, 2:34 AM
Manish Kumar ChoudharyPosted Feb 25, 2015, 8:06 AM