Options

AutoCompleteExtender breaks profiler

In order to profile our pages, I have to remove all text boxes that have AutoCompleteExtenders. Otherwise, I encounter this error:

System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.TypeInitializationException: The type initializer for 'AjaxControlToolkit.ExtenderControlBase' threw an exception. ---> System.TypeLoadException: Bad unmanaged code entry point.
at AjaxControlToolkit.ExtenderControlBase..cctor()

Comments

Sign In or Register to comment.