客户端发现响应内容类型为“text/html; charset=utf-8”,但应为“text/xml”。

时间:2022-11-13 14:29:12
客户端发现响应内容类型为“text/html; charset=utf-8”,但应为“text/xml”。
请求失败,错误信息为:
--
<html>
   <head>
       <title>配置错误</title>
       <style>
        body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} 
        p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
        b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
        H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
        H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
        pre {font-family:"Lucida Console";font-size: .9em}
        .marker {font-weight: bold; color: black;text-decoration: none;}
        .version {color: gray;}
        .error {margin-bottom: 10px;}
        .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
       </style>
   </head>

   <body bgcolor="white">

           <span><H1>“/”应用程序中的服务器错误。<hr width=100% size=1 color=silver></H1>

           <h2> <i>配置错误</i> </h2></span>

           <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

           <b> 说明: </b>在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。
           <br><br>

           <b> 分析器错误信息: </b>创建 activerecord 的配置节处理程序时出错: 调用的目标发生了异常。<br><br>

           <b>源错误:</b> <br><br>

           <table width=100% bgcolor="#ffffcc">
              <tr>
                 <td>
                     <code><pre>

行 3:    <!--添加ActiveRecord的配置-->
行 4:    <configSections>
<font color=red>行 5:      <section name="activerecord" type="Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler, Castle.ActiveRecord"/>
</font>行 6:      
行 7:    </configSections></pre></code>

                 </td>
              </tr>
           </table>

           <br>

           <b> 源文件: </b> F:\FTP\webservice\web.config<b>    行: </b> 5
           <br><br>

           <b>程序集加载跟踪:</b> 下列信息有助于确定程序集“Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc”无法加载的原因。<br><br>

           <table width=100% bgcolor="#ffffcc">
              <tr>
                 <td>
                     <code><pre>

警告: 程序集绑定日志记录被关闭。
要启用程序集绑定失败日志记录,请将注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD)设置为 1。
注意: 会有一些与程序集绑定失败日志记录关联的性能损失。
要关闭此功能,请移除注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog]。
</pre></code>

                 </td>
              </tr>
           </table>

           <br>

           <hr width=100% size=1 color=silver>

           <b>版本信息:</b> Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42

           </font>

   </body>
</html>
<!-- 
[FileNotFoundException]: 未能加载文件或程序集“Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc”或它的某一个依赖项。系统找不到指定的文件。
  在 Castle.ActiveRecord.Framework.Config.InPlaceConfigurationSource..ctor()
  在 Castle.ActiveRecord.Framework.Config.XmlConfigurationSource..ctor()
  在 Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler..ctor()
[TargetInvocationException]: 调用的目标发生了异常。
  在 System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
  在 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
  在 System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
  在 System.Activator.CreateInstance(Type type, Boolean nonPublic)
  在 System.Configuration.TypeUtil.CreateInstanceWithReflectionPermission(Type type)
  在 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.Init(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
  在 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory.InitWithRestrictedPermissions(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
  在 System.Configuration.RuntimeConfigurationRecord.RuntimeConfigurationFactory..ctor(RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord)
  在 System.Configuration.RuntimeConfigurationRecord.CreateSectionFactory(FactoryRecord factoryRecord)
  在 System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)
[ConfigurationErrorsException]: 创建 activerecord 的配置节处理程序时出错: 调用的目标发生了异常。 (F:\FTP\webservice\web.config line 5)
  在 System.Configuration.BaseConfigurationRecord.FindAndEnsureFactoryRecord(String configKey, Boolean& isRootDeclaredHere)
  在 System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
  在 System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
  在 System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
  在 System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey)
  在 System.Configuration.ConfigurationManager.GetSection(String sectionName)
  在 Grand_WebService.Global.Application_Start(Object sender, EventArgs e)
-->
--. 

10 个解决方案

#1


这个错误只是偶尔会出现。有的时候不会出现 完全正常,我在项目中调用了webservice 感觉是调用他的时候出现的问题。

#2


没人帮解决下吗?高手指点下啊 谢谢了

#3


会不会是这个原因

[FileNotFoundException]: 未能加载文件或程序集“Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc”或它的某一个依赖项。系统找不到指定的文件。

#4


这个错误没遇到过也不知道 从哪里着手,你说的我也不知道怎么解决能具体点告诉我,在哪里修改吗?

#5


好了,我问我们主管了,他说是网络比较慢。解决不了。所以就这样了。没事,如有大家有解决这个问题的方法能给我发到邮箱里吗?谢谢了。我的邮箱是lifiaa@163.com

#6


我也遇到這個問題!

#7


我也遇到这个问题了,造成这个问题的原因是你更改了程序的目录,就算你把目录更改成原来的也不行。解决方法:重新引用Webservice就ok了

#8


7 楼正解

#9


7楼说的对啊

#10


测试过了,重新引用不能解决问题   

#1


这个错误只是偶尔会出现。有的时候不会出现 完全正常,我在项目中调用了webservice 感觉是调用他的时候出现的问题。

#2


没人帮解决下吗?高手指点下啊 谢谢了

#3


会不会是这个原因

[FileNotFoundException]: 未能加载文件或程序集“Castle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc”或它的某一个依赖项。系统找不到指定的文件。

#4


这个错误没遇到过也不知道 从哪里着手,你说的我也不知道怎么解决能具体点告诉我,在哪里修改吗?

#5


好了,我问我们主管了,他说是网络比较慢。解决不了。所以就这样了。没事,如有大家有解决这个问题的方法能给我发到邮箱里吗?谢谢了。我的邮箱是lifiaa@163.com

#6


我也遇到這個問題!

#7


我也遇到这个问题了,造成这个问题的原因是你更改了程序的目录,就算你把目录更改成原来的也不行。解决方法:重新引用Webservice就ok了

#8


7 楼正解

#9


7楼说的对啊

#10


测试过了,重新引用不能解决问题