M
msnews.microsoft.com
Hi
I am just practicing ASP.NET
Whenever I compile the page and try to see in the browser it shows the
following error:
The base type 'ProjectName.CodeBehindClassName' does not exist in the source
file 'CodeBehindClassName.aspx.vb'.
Project name is my project name (which is the Rootnamespace)
CodeBehindClassName is the class name of the code behind class for this page
But it does work when I remove the ProjectName and only
Inherits="CodeBehindClass"
instead of
Inherits="ProjectName.CodeBehindClass"
I am just practicing ASP.NET
Whenever I compile the page and try to see in the browser it shows the
following error:
The base type 'ProjectName.CodeBehindClassName' does not exist in the source
file 'CodeBehindClassName.aspx.vb'.
Project name is my project name (which is the Rootnamespace)
CodeBehindClassName is the class name of the code behind class for this page
But it does work when I remove the ProjectName and only
Inherits="CodeBehindClass"
instead of
Inherits="ProjectName.CodeBehindClass"