Hi,
I'm using Visual Studio 2005 Team Edition, and am running across an annoying error:
Error Rendering Control - UpdatePanel1
An unhandled exception has occurred. Object reference not set to an instance of an object.
Here is the simplest way to reproduce the problem:
1) Create an Ajax Enabled Web App
2) Add a ScriptManager in Designer
3) Add an update Panel in Designer
4) add a modal Popup Extender in Designer (not inside the UpdatePanel)
5) right click, and choose Refresh
That consistently breaks the rendering of the update panel on my machine, and one of my friend's machines who is also running in the same environment.
AjaxControlToolkit Version 1.0.10618.0
System.Web.Extensions Version 1.0.61025.0
In case this is a bug, what is the procedure for reporting it? I think that AjaxControlToolkit is handled on CodePlex at:http://www.codeplex.com/AtlasControlToolkit/WorkItem/List.aspx
But, I think that this is a problem with Update Panel, and UpdatePanels are a part of System.Web.Extensions, not AjaxControlToolkit's dll. Are they separate projects, and do I report bugs in different places, in case it is a bug?
Thanks,
Pete