Hi,
I've a Ajax xombo box (Ajax toolkit 3.5) on my login form when i load the form all goes well the combox is loaded nice..bud when i login to the application i get When i run my website from vs2010 "Object reference not set to a instance" of an object error.
When i remove the control out of the page all goes wel..login goes well..
I've reinstalled the Ajax dll`s removed and reinstalled the references to the dll...I've even delete the temporary web in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files.
What I'm I missing in this?
See error below:
Object reference not set to an instance of an object.Description:An unhandled exception occurred during the execution of the current web request. |
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] AjaxControlToolkit.ComboBox.LoadPostData(String postDataKey, NameValueCollection postCollection) in f:\TeamCity\buildAgent\work\80acd78aa4c25314\Server\AjaxControlToolkit\ComboBox\ComboBox.cs:681 AjaxControlToolkit.ComboBox.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) in f:\TeamCity\buildAgent\work\80acd78aa4c25314\Server\AjaxControlToolkit\ComboBox\ComboBox.cs:667 System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +734 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1819 |