Microsoft
Software
Hardware
Network
Question : ASP app reference problem
Hi,
I have a c# asp.net 2010 app, I have defined a basepage class defined like this:
namespace LSFramework
{
public partial class BasePage : System.Web.UI.Page
and my other pages inherit from that one like this
namespace LSFramework
{
public partial class _Default : LSFramework.BasePage
{
Everything works fine but I regularly get the error below after I have been coding and then try to run, the only solution is to "Rebuild Website" then it works again.
"The type or namespace name 'BasePage' does not exist in the namespace 'LSFramework' (are you missing an assembly reference?)"
Answer : ASP app reference problem
I get the same thing on occassion, I believe it is a bug in VS 2010.
Random Solutions
Display Chart in TextBox
How do I use the Windows XP installation disc to replace missing system files?
How can you search e-mail within Outlook 2010 and not use the index?
Manage Contacts in Active Directory / Exchange Distribution Lists
Roaming Profiles in Windows 7 Pro and SBS 2008
What would be my excel formular to find the percentage of errors
Windows Small Business Server 2008: Critical Event Notification
Excel 2007 Can Not Display Images From Web
Diffrence between debug & release versions
SSRS Combine two datasets into one data region - Must be in report not in SQL server