class to inherit -- Page header causes problem

Skud

New Member
Whenever I started new page in visual studio Beta1 in VB or C# the code was put in the default headline as:<BR><BR><%@ Page Language="vb" AutoEventWireup="false" Codebehind="test.vb" Inherits="WebProject1.test"%><BR>....<BR><BR>But when I view the page from browser, I always get the following message:<BR><BR>Parser Error Message: 'WebProject1.test' is not a valid base class to inherit from<BR><BR>Can anyone tell me what the problem is? How can I get around this? Does MS intend to generate a error page in the beginning?<BR><BR>Thanks<BR>Did you build your solution prior to viewing the page in the browser?
 
Back
Top