The line in error is " public partial class Login : BasePage" in Login.cs. The message that I'm getting is "Error 1 The type or namespace name 'BasePage' could not be found (are you missing a using directive or an assembly reference?)". Can you help?
Thanks.
+++++++++++++++++++++++++++++++++ BasePage.cs ++++++++++++++++++++++++++++++++++++
using System;
using System.Web;
using System.Web.UI.WebControls;
using System.Collections;
using System.Configuration;
using System.Collections.Generic;
using System.Web.UI;
namespace BasePage2.App_Code
{
publ ...
Go to the complete details ...