有时候刷新页面时会出现,有时候又正常没问题.
帮我看看Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30456: 'ContentType' is not a member of 'ASP.default_aspx'.Source Error: Line 1:  <%@ Page Language="VB" SmartNavigation="True" ContentType="text/html" ResponseEncoding="utf-8" AutoEventWireup="False" inherits="toppage" src="default.vb"   %>
Line 2:  <%@ Register TagPrefix="myUC" TagName="Header" Src="UC/Menu.ascx" %>
Line 3:  <%@ Register TagPrefix="UCFooter" TagName="Footer" Src="UC/Footer.ascx" %>
 

解决方案 »

  1.   

    asp.net 代码中没有ContentType这个成员属性
      

  2.   

    你自己加上的吧,默认是没有的
    ContentType="text/html" ResponseEncoding="utf-8"
    没有必要,这些
      

  3.   

    我用.net2003生成的是没有ContentType="text/html"的
      

  4.   

    我删除了那两项又有新的错误:
    Compiler Error Message: BC30456: 'InitializeCulture' is not a member of 'ASP.default_aspx'.怎么回事?