执行调试后的错误显示:Server Error in '/WebApplication3' Application.
--------------------------------------------------------------------------------Ambiguous match found. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Reflection.AmbiguousMatchException: Ambiguous match found.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  Stack Trace: 
[AmbiguousMatchException: Ambiguous match found.]
   System.RuntimeType.GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) +242
   System.Type.GetProperty(String name, BindingFlags bindingAttr) +24
   System.Web.UI.Util.GetNonPrivatePropertyType(Type classType, String propName)
   System.Web.Compilation.TemplateControlCompiler.BuildFieldDeclaration(ControlBuilder builder, Boolean fGeneratedID)
   System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse)
   System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse)
   System.Web.Compilation.TemplateControlCompiler.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse)
   System.Web.Compilation.TemplateControlCompiler.BuildMiscClassMembers()
   System.Web.Compilation.PageCompiler.BuildMiscClassMembers()
   System.Web.Compilation.BaseCompiler.BuildSourceDataTree()
   System.Web.Compilation.BaseCompiler.GetCompiledType()
   System.Web.Compilation.PageCompiler.CompilePageType(PageParser pageParser)
   System.Web.UI.PageParser.CompileIntoType()
   System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()[HttpException (0x80004005): Ambiguous match found.]
   System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean fCreateIfNotFound)
   System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath()
   System.Web.UI.TemplateParser.GetParserCacheItem()
   System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String virtualPath, String inputFile, HttpContext context)
   System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context)
   System.Web.UI.PageParser.GetCompiledPageInstanceInternal(String virtualPath, String inputFile, HttpContext context)
   System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path)
   System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig)
   System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)