I am getting the following error when trying to open a page in Visual Studio.net
The class file 'index.aspx.cs' specified as the codebehind file for 'agri.aspx' could not be loaded.
How can I fix this. the file does exist. here is how I specify it.
<%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="vsam1st.index" %>
The class file 'index.aspx.cs' specified as the codebehind file for 'agri.aspx' could not be loaded.
How can I fix this. the file does exist. here is how I specify it.
<%@ Page language="c#" Codebehind="index.aspx.cs" AutoEventWireup="false" Inherits="vsam1st.index" %>