Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
Three Common Items when updating ASP.NET Whidbey code from Beta 1 to Beta2 - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on MonoTouch for iPhone, MonoDroid for Android, and Windows Azure.

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Archives

Three Common Items when updating ASP.NET Whidbey code from Beta 1 to Beta2

There are three things that I have found that I need to touch when I updated my ASP.NET code from Beta 1 to Beta 2.

  • Add  the inherit command to the code behind page of an ASP.NET Page so that a partial class inherits from the Page object.
  • Add  the inherit command to the code behind page of an ASP.NET Master Page so that a partial class inherits from the MasterPage object.
  • .Aspx pages should be updated so that the CompileWith/ClassName attributes use the CodeFile/Inherits attributes. 

I found that when I didn't do these three things, I got an error message stating "No suitable method to override." and several other errors in some temporary files.

Wally

Comments

Mike B said:

There is a good article on B1 to B2 migration at Brian Goldfarb's blog.

http://blogs.msdn.com/bgold/archive/2004/11/15/257961.aspx

-Mike-
# April 25, 2005 8:07 PM

TrackBack said:

Last night I finally had a chance to run the Visual Studio installer for Beta 2. It took long enough, but now I will be able to explore all of the differences from Beta 1 which I have been using...
# April 26, 2005 10:44 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)