产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 求助,Server Error in '/' Application错误
gfrsd - 2010/6/29 9:26:00
输入网址出现下列错误代码,求高手指点怎么解决
Method not found: 'System.Security.NamedPermissionSet System.Web.HttpRuntime.GetNamedPermissionSet()'.
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.MissingMethodException: Method not found: 'System.Security.NamedPermissionSet System.Web.HttpRuntime.GetNamedPermissionSet()'.

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:


[MissingMethodException: Method not found: 'System.Security.NamedPermissionSet System.Web.HttpRuntime.GetNamedPermissionSet()'.]
   System.ServiceModel.PartialTrustHelpers.get_NeedPartialTrustInvoke() +0
   System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state) +32
   System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +102
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
1
查看完整版本: 求助,Server Error in '/' Application错误