I am using C#
and webforms
and I am trying to load my project, but I keep getting a Parser error
Could not load type 'WebProject1.Default'.
And this is my page directive in code
<%@ Page Language="C#" Title="Home Page" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebProject1.Default" %>