views:

21

answers:

2

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.

+1  A: 

If you have web application First clean the solution and rebuild the solution again. It works for me may be it will work for you

Pankaj Mishra
A: 

this issue has been abandon considering there are wat too many pages and not enoug time to disect and find the erroneous code that is causing this

mattgcon