Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have used
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>

and


<asp:TableCell ID="TableCell78" runat="server">
<asp:TextBox cssclass="textbox" ID="Txtbd1" runat="server"><cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="Txtbd1" Format="dd/MM/yyyy">


This works fine in my Local system.but when i put this on Hosting server I am getting the error

CSS
Operation could destabilize the runtime.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Security.VerificationException: Operation could destabilize the runtime.
Posted
Comments
Albin Abel 2-Mar-11 14:51pm    
Are you having a script manager at that page? Also post some information from the stack trace
Monjurul Habib 2-Mar-11 14:56pm    
httperrors errormode="Detailed"
add this in your web.config and give a detail error.

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