I am very new to code behind and I am recieving the following error.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'vsstuff.staff'.
Source Error:
Line 1: <%@ Page Language="vb" Debug="true" CodeBehind="staff.aspx.vb" AutoEventWireup="false" Inherits="vsstuff.staff" %>
I assume it is refering to a vsstuff.staff.resx file that VS created. VS studio automatically created this file and put it in the same directory that the .aspx page is located. Am I missing something.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'vsstuff.staff'.
Source Error:
Line 1: <%@ Page Language="vb" Debug="true" CodeBehind="staff.aspx.vb" AutoEventWireup="false" Inherits="vsstuff.staff" %>
I assume it is refering to a vsstuff.staff.resx file that VS created. VS studio automatically created this file and put it in the same directory that the .aspx page is located. Am I missing something.