After installing vS 2012 a reference to base class I created start showing as an error "PageMasterPage" is not definded
Here is the code
Partial Class _someclass
' Inherits System.Web.UI.MasterPage
Inherits BaseMasterPage
BaseMasterPage.cs resides in App_code\cscode folder
Shouldn't vs automatically reference files in this directory?
I am also getting an error Response is not declare in here
Response.Redirect("file.aspx")
This is what the codebehind page is importing
Imports System.Globalization
Imports System.IO
Imports ektServices.PLUtilities (a custom class of mine)
Any idea what am I missing
Thanks
Myalo
Go to the complete details ...