“/asp.netwebadminfiles”应用程序中的服务器错误。
编译错误
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误消息: CS0122: “System.Configuration.StringUtil”不可访问,因为它受保护级别限制
源错误:
行 987:
行 988: // Put together some unique app id
行 989: string appId = StringUtil.GetNonRandomizedHashCode(String.Concat(appPath, appPhysPath)).ToString("x", CultureInfo.InvariantCulture);
行 990:
行 991:
源文件: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\ASP.NETWebAdminFiles\App_Code\WebAdminPage.cs 行: 989
------------------------
求助。这么解决,这行代码什么意思啊?