User-1223265732 postedHi All,
I have a project that is written asp.net and C#. When I am building (Compiling) that code my getting the follwoing error:
"Could not load type 'Test1.Pages.default.aspx.cs'.
But the class is present in the default.aspx.cs.
and following namespace is used at the beginning of default.aspx.cs
namespace Test1.Pages
{
using System;
using System.Web;
using System.Collections;
using System.Globalization;
using System.IO;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
///<summary>
/// Supporting class for default.aspx. Handles population of server session variables,
/// and exporting the contract list.
///</summary>
public class Default : PageManager {
AND THEN THE CODE.......
}
Could any one please help and let me know the solution.
Thanks in advance.