System.ServiceModel.DiagnosticUtility”的类型初始值设定项引发异常
System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics...
System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)]
System.ServiceModel.DiagnosticUtility.InitDiagnosticTraceImpl(TraceSourceKind sourceType, String traceSourceName) +0
System.ServiceModel.DiagnosticUtility.InitializeTracing() +16
System.ServiceModel.DiagnosticUtility..cctor() +98
[TypeInitializationException: “System.ServiceModel.DiagnosticUtility”的类型初始值设定项引发异常。]
System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetAssociatedSection(ContextInformation evalContext, String sectionPath) +118
System.ServiceModel.Configuration.ServiceHostingEnvironmentSection.UnsafeGetSection() +25
System.ServiceModel.HostingManager.LoadConfigParameters() +38
System.ServiceModel.HostingManager..ctor() +112
System.ServiceModel.ServiceHostingEnvironment.EnsureInitialized() +159
System.ServiceModel.ServiceHostingEnvironment.OnEnsureInitialized(Object state) +5
System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state) +84
System.ServiceModel.ServiceHostingEnvironment.SafeEnsureInitialized() +69
System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +59
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3053; ASP.NET 版本:2.0.50727.3053
IIS和VS2005都从装了还是没用,大家给点意见啊
我随便新建个网页都是这个错,没用到wcf啊 展开
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)]
System.ServiceModel.DiagnosticUtility.InitDiagnosticTraceImpl(TraceSourceKind sourceType, String traceSourceName) +0
System.ServiceModel.DiagnosticUtility.InitializeTracing() +16
System.ServiceModel.DiagnosticUtility..cctor() +98
[TypeInitializationException: “System.ServiceModel.DiagnosticUtility”的类型初始值设定项引发异常。]
System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetAssociatedSection(ContextInformation evalContext, String sectionPath) +118
System.ServiceModel.Configuration.ServiceHostingEnvironmentSection.UnsafeGetSection() +25
System.ServiceModel.HostingManager.LoadConfigParameters() +38
System.ServiceModel.HostingManager..ctor() +112
System.ServiceModel.ServiceHostingEnvironment.EnsureInitialized() +159
System.ServiceModel.ServiceHostingEnvironment.OnEnsureInitialized(Object state) +5
System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state) +84
System.ServiceModel.ServiceHostingEnvironment.SafeEnsureInitialized() +69
System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +59
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.3053; ASP.NET 版本:2.0.50727.3053
IIS和VS2005都从装了还是没用,大家给点意见啊
我随便新建个网页都是这个错,没用到wcf啊 展开
4个回答
展开全部
在安装了 .NET Framework 4 的情况下,修改 .NET Framework 3.5 后无法加载类型“System.ServiceModel.Activation.HttpModule”
此问题可能由下列情况引起:
•在安装 .NET Framework 4 之后卸载 Windows 2003 Server 和 Windows XP 上的 .NET Framework 3.5。
•在安装 .NET Framework 4 之后启用 .NET Framework 3.0 WCF HTTP 激活。
•在安装 .NET Framework 4 之后安装或修复 .NET Framework 3.5。
•在已安装预发行版本时安装 .NET Framework 4 的当前版本。
错误的完整文本如下:
未能从程序集“System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”加载类型“System.ServiceModel.Activation.HttpModule”。
说明:在执行当前 Web 请求的过程中发生未经处理的异常。 有关错误和代码中发出该错误的位置的更多信息,请查看堆栈跟踪。
解决此问题的方法:
•在命令提示符处,定位到 %windows%\Microsoft.Net\Framework\<最新版本>\
•执行下面的命令:aspnet_regiis.exe /iru
此问题可能由下列情况引起:
•在安装 .NET Framework 4 之后卸载 Windows 2003 Server 和 Windows XP 上的 .NET Framework 3.5。
•在安装 .NET Framework 4 之后启用 .NET Framework 3.0 WCF HTTP 激活。
•在安装 .NET Framework 4 之后安装或修复 .NET Framework 3.5。
•在已安装预发行版本时安装 .NET Framework 4 的当前版本。
错误的完整文本如下:
未能从程序集“System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”加载类型“System.ServiceModel.Activation.HttpModule”。
说明:在执行当前 Web 请求的过程中发生未经处理的异常。 有关错误和代码中发出该错误的位置的更多信息,请查看堆栈跟踪。
解决此问题的方法:
•在命令提示符处,定位到 %windows%\Microsoft.Net\Framework\<最新版本>\
•执行下面的命令:aspnet_regiis.exe /iru
展开全部
这个是WCF Services吧?这个错误可能是WCF的配置文件的问题,建议把你的Web.Config和app.config贴出来看看
//补充
you may get "Syou may get "System.MethodAccessException" after installing .net 3.5 and vs 2008 sp1 Beta
After i installed the sp1 beta for Visual studio 2008 and .net 3.5 i get that exception , I'm working on windows xp sp3 .
I solved that by reseting All the Code Access security policies , and then restarted the IIS.
在装了NET 3.5和VS 2008 sp1 beta后,你可能遭遇System.MethodAccessException的异常,
这个作者通过重置Code Access security policies,最后重启IIS解决了该问题.
参考代码访问安全策略工具 (Caspol.exe)http://msdn.microsoft.com/zh-cn/library/cb6t8dtz(VS.80).aspx
//补充
you may get "Syou may get "System.MethodAccessException" after installing .net 3.5 and vs 2008 sp1 Beta
After i installed the sp1 beta for Visual studio 2008 and .net 3.5 i get that exception , I'm working on windows xp sp3 .
I solved that by reseting All the Code Access security policies , and then restarted the IIS.
在装了NET 3.5和VS 2008 sp1 beta后,你可能遭遇System.MethodAccessException的异常,
这个作者通过重置Code Access security policies,最后重启IIS解决了该问题.
参考代码访问安全策略工具 (Caspol.exe)http://msdn.microsoft.com/zh-cn/library/cb6t8dtz(VS.80).aspx
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
字面:realtek网络诊断程序
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
配置文件中的大小写问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询