Tuesday, February 07, 2006
by
ASP.NET AJAX Team
|
Comment 1
The other day I had a very strange Visual Studio 2005 experience. I was testing the new design time capabilities of r.a.d.
tabstrip and something went extremely wrong. My test environment consists of a WebControlLibrary project (the control itself) and a WebSite with a single aspx page containing nothing but a humble r.a.d.
tabstrip. The site has a project reference to the web control library so it gets rebuilt whenever I build the site. So far so good.
Here is the fun part - whenever I rebuilt the site and refreshed the page I received the following error:

Ok, i said to myself, it's debugging time. I...