In our previous episode we looked at the differences in the two VS2003 projects prior to migration. Here we'll look at the differences in the resulting migrated VS2005 projects.
There are 3 differences that I think are worth pointing out in the side-by-side projects below.
- There are a whole lotta stubs created by Scott's updated wizard than the one I used. I didn't migrate the ScottGu modified version of the VS2003, but I suspect that the stubs were created in Scott's migrated project and not in mine because of the base class confusion. We'll look at those stubbies later.
- There's still a single wizard stub and not four for the four total wizards. We'll look at why that is, too.
- This is cool. Because ScottGu removed the empty .ASPX files, the baseclass.CS classes were moved to the \app_code as they should have been moved where they can be referenced by both the \app_code classes and classes outside of the \app_code directory.
Next time we'll start to look at specific code changes made in the new VS2005 project...