Namespace change in ASP.NET 2.0 AJAX Release Candidate (Atlas)

Just wanted to throw out the one major change that I have seen in the ASP.NET 2.0 AJAX Release Candidate that I have seen so far.  The namespaces have changed.  What was previously Microsoft.Web has become System.Web.  I think that this was a good to change to go ahead and move the code into what will most likely be the final namespace in the Orcas timeframe.

You probably won't even notice this change unless you are programming against the actual classes themselves instead of the controls.  Note that you will also need to change the web.config of your app to match the new namepsaces.  Or you can just dump the new web.config in your app.

No Comments