asp.net - Problem Converting Web To Web Project In VS2008 -
I changed my old VS2008 website to a web application, now before I was trying to change it , Everything was working But now I do not feel able to refer to my classes? For example, I have a BasePage class that meets every .aspx page like
public partial class SomePageName: BasePage {}
But now I get this message? And this is the same for all other sections?
Type or namespace name 'basepage' was not found (Do not you remember use directory or assembly reference?)
How do I know Imagine who I am missing 'directive' and what is an assembly reference?
Conversions placed your classes. Maybe it should be a new edged namespace. The bases?
Comments
Post a Comment