I have looked at the other questions on here and I dont see an answer for what is happening to my web app. My situation is this: The main web application has numerous sub_folders for events. Each of these sub_folders has a default.aspx page.
Whenever I try to debug any of the default.aspx pages I keep receiving the "Could not load type 'IPAM.Website.programs.agt2011._default'."
My Page directive looks correct:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/programs/MasterProgram.master" CodeBehind="~/programs/agt2011/default.aspx.cs" Inherits="IPAM.Website.programs.agt2011._default" %>
Each of these default pages has user controls within in it, and these user controls are located outside of the individual folders.
So could someone point me in the right direction to resolve this dilemna.