Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

...take a close look at your code . This comes from a case I worked on in the last couple of days: a customer reported a problem in one of his ASP.NET 2.0 pages, which is meant to perform some sort "long running" operation on the server. What puzzled Read More...
While working to customize a bit my blog (and you can easily see I'm not a graphic designer! ) I struggled trying to understand and sort out the tangle of CSS styles I can override to change how these pages look (at this is still "work in progress"). Read More...
I recently worked with Jerry and Doug on a sporadic problem reported by a customer ( Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\<path>\<assembly>.dll' could not be found Read More...
We very recently discovered a bug in classic ASP (asp.dll) you get installing the Service Pack 2 for Windows 2003; removing the SP2 makes it work again as expected, so this is a regression bug introduced by the service pack itself. Basically with SP2 Read More...
A few weeks ago we had an interesting discussing in my team (triggered by a customer's request for some hints on charting in ASP.NET) about the use of GDI+: here is what the documentation states on the subject (and what spurred the customer on opening Read More...
Last week I attended an advanced ASP.NET 2.0 training with deep Ajax dive in our sub in Munich; for my convenience I flew in on Monday morning (I had to wake up at 4 a.m. to go to the airport ), jumped on a S-Bahn train to the station of Lohhof and after Read More...
In ASP.NET 2.0 we have a new powerful monitoring feature called "Web Events" which help keep track of important events happening during your application's lifetime, such as the application is starting, is stopping, it has been recompiled, exceptions etc... Read More...
Here's another interesting one: we had a .aspx page with some controls on it, and one of those controls were a CheckBox; upon a postback, we were trying to set the CheckBox as readonly. What we obtained is that ASP.NET incorrectly raised a CheckChange Read More...
 
Page view tracker