App can't find reference to ApplicationBasePage


Author
Message
Jeff Pagley
Jeff Pagley
StrataFrame User (465 reputation)StrataFrame User (465 reputation)StrataFrame User (465 reputation)StrataFrame User (465 reputation)StrataFrame User (465 reputation)StrataFrame User (465 reputation)StrataFrame User (465 reputation)StrataFrame User (465 reputation)StrataFrame User (465 reputation)
Group: StrataFrame Users
Posts: 223, Visits: 893
I am attempting to integrate SF into an existing Web app.  The SF Web sample is working fine.  From what I can tell, I have setup the existing Web app with all of the same folders and references as the sample.  However, when I try to inherit the ApplicationBasePage it tells me it can't find it (see code below)

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

namespace CampaignTracker {
    public partial class _Default :  ApplicationBasePage

    {
        protected void Page_Load(object sender, EventArgs e) {

        }
      
    }
}

What am I missing?

Thanks,

Jeff
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search