Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
When you placed the business objects in another base page class, did you change the inherits of your web form to reference the new base page, or does it still reference the original ApplicationBasePage? You'll need to change the inherits to subclass the new ApplicationBasePage and build the project before the type editor will work.
|