A questiona about Partial Class , can someone help me here
-
HI, i am new with V Studio 05, i found that some times my partial class get mess up and and my pages stop working fine, for example this is a new page i create, empty on. this is the aspx file
<%@ Page Language="VB" MasterPageFile="~/index.master" AutoEventWireup="false" CodeFile="faq.aspx.vb" Inherits="faq" title="Untitled Page" %> and this is the vb file Partial Class faq Inherits System.Web.UI.Page End Class
this is the error i get, Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl). Source Error: Line 1: Partial Class faq Line 2: Inherits System.Web.UI.Page Line 3: Source File: C:\Inetpub\wwwroot\vpxsports_new\faq.aspx.vb Line: 1 can someone tell me what is goingo on here