AutoCompleteExtender breaks profiler
gsmalter
Posts: 8
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()
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