Debugging ASP.NET in Visual Studio 2005 Whidbey

I have been having this really weird problem when I try and debug this small ASP.NET application I have written in Visual Studio .NET 2005 Whidbey.  Some of the ASP.NET pages will debug, some will not.  I have been pulling my hairout trying to figure what was going on.  It turns out that the pages I could not debug did not have their CodeFile and Inherits properties properly set in the ASP.NET page declaration.  These pages were created in various builds of .NET Whidbey and had the ClassName property set. 

Wally

No Comments