I have a problem with VS 2010, apparently losing the ability to load UpdatePanel in the middle of development, and it drives me crazy. I am using VS2010 and creating a user control with .NET 3.5 focused on DNN 5.x.
I created a control that will be used on the DNN website that uses the update panel. When I develop control using FTPing on a website and developing on it, everything works fine. I decided to move the development to a local copy of DNN and create a web application project for the control. At first everything worked fine. After several builds, I started getting the following errors:
The type or name of the namespace "UpdateProgress" does not exist in the Namespace 'System.Web.UI.WebControls.WebParts' (do you miss the assembly link?)
The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI.WebControls.WebParts' (are you missing the assembly link?)
I thought I messed up something and attached library links, so I unloaded everything and reloaded the library links. I kept getting the error and could not compile the control. Finally, I decided to redo the entire project and import the code that I already wrote. Everything worked fine until a few builds later, when the same error came out.
I did all the same things, unloaded links, reloaded them, and finally deleted the project. Every time I create a new project and copy the same code into .ascx files, they work fine ... for several collections. Last night I put together a library and tested the changes. Everything was great, so I closed the project and turned off the car. We turned it on this morning and got build errors. It looks like I have a ticking time bomb on my computer that just disables these things.
Any ideas on what I don't see that might cause this? I do not know why the library will flicker and exit like this. I have yet to face a similar problem with any other project on my local computer, and I really do not want to develop this through an FTP connection to the website, again. BLEH!
Monadic lambda
source share