StrataFrame Forum

ApplicationBasePage Error

http://forum.strataframe.net/Topic12834.aspx

By Jerry Carter - 11/27/2007

I'm getting an error when trying to access the BussinessObjectName in the properties window of a strataframe text box. Do you have any idea of where I might look to find my error?

The error is: The ApplicationBasePage could not be located. Please rebuild project.

I am using a SF Webform and it was working at one point but not now. I can go in the source view and manually type it in so it's not a show stopper but would be nice to use the properties window.

By Trent L. Taylor - 11/28/2007

First, if you could provide the full stack-trace that would be helpful.  Otherwise, it sounds as though the the page you are in doesn't reference the base page in which the BOs are defined.  Something would have had to change within your solution for it to quick working so any additional information that you could provide would be helpful.  Thanks.
By Jerry Carter - 11/29/2007

There is no stack trace. The page runs fine. The problem is in using the properties window. When I try selecting the business object from the BusinessObjectName field under StrataFrame: Framework Settings I get this message:

If I type in the value, it works just fine. I've included "Inherits ApplicationBasePage" within my class. Something else I noticed this morning while trying to use a listview component: When I go into the Rows collection and add a TableRow, I get the following error in my application.

I thought maybe these two problems could be related.

By StrataFrame Team - 12/3/2007

Is this a Web Application Project or a Web Site?

Also, could you post the @page directives from the .aspx page?  The one(s) that include the Inherits="", CodeFile="", or CodeBehind="" are the one(s) that I'm looking for.

By StrataFrame Team - 12/3/2007

Also, I seem to remember PeterA having the same problem a while back... we made a change to the way that the code behind page was Regex'ed out, so if you haven't tried the latest DLLs from the updates section, you might give them a try.

http://forum.strataframe.net/FindPost12630.aspx should contain the Extensibility DLL with the changes.  Let me know.