Ecclix Error
Go Back

We apologize, but an error has occurred in the application.

Error Details
(Click to View)
Exception Message: d:\Websites\Allen\CountyMain.master.cs(12): error ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Inner Exception Message: d:\Websites\Allen\CountyMain.master.cs(12): error ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Exception Type: System.Web.HttpParseException
Stack Trace:
  • at System.Web.UI.TemplateParser.ProcessException(Exception ex)
  • at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
  • at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
  • at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
  • at System.Web.UI.TemplateParser.ParseInternal()
  • at System.Web.UI.TemplateParser.Parse()
  • at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
  • at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
  • at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
  • at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
  • at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
  • at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
  • at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
  • at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
  • at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
  • at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
  • at System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
  • at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  • at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)