zoukankan      html  css  js  c++  java
  • 属性“XmlSerializerFormatAttribute”时出错

    异常信息:

    System.InvalidOperationException: 在类型“JxtServiceSoap”中方法“Send”上加载属性“XmlSerializerFormatAttribute”时出错。有关详细信息,请参阅 InnerException。 ---> System.NullReferenceException: 未将对象引用设置到对象的实例。
       在 System.Reflection.CustomAttribute.GetCustomAttributes(Module decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes)
       --- 内部异常堆栈跟踪的结尾 ---
       在 System.ServiceModel.Description.ServiceReflector.GetCustomAttributes(ICustomAttributeProvider attrProvider, Type attrType, Boolean inherit)
       在 System.ServiceModel.Description.ServiceReflector.GetSingleAttribute[T](ICustomAttributeProvider attrProvider)
       在 System.ServiceModel.Description.ServiceReflector.GetSingleAttribute[T](ICustomAttributeProvider attrProvider, Type[] attrTypeGroup)
       在 System.ServiceModel.Description.TypeLoader.GetFormattingAttribute(ICustomAttributeProvider attrProvider, Attribute defaultFormatAttribute)
       在 System.ServiceModel.Description.TypeLoader.AddBehaviors(ContractDescription contractDesc, Type implType, Boolean implIsCallback, ContractReflectionInfo reflectionInfo)
       在 System.ServiceModel.Description.TypeLoader.LoadContractDescriptionHelper(Type contractType, Type serviceType, Object serviceImplementation)
       在 System.ServiceModel.ChannelFactory`1.CreateDescription()
       在 System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)
       在 System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)
       在 System.ServiceModel.EndpointTrait`1.CreateSimplexFactory()
       在 System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)
       在 System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()
       在 System.ServiceModel.ClientBase`1..ctor()

    解决办法:

    安装.net framework 3.5 sp1 即可

    官方下载地址:http://www.microsoft.com/zh-cn/download/details.aspx?id=22

  • 相关阅读:
    php and web service with wsdl
    QT creator出现 no executable specified时解决办法
    ECShop 2.x 3.0代码执行漏洞分析
    关于QtCharts中的映射器与模型的使用
    QT 异步函数转为同步函数的方法
    Win7+Qt5.6.0(64位)+msvc2015编译器 环境配置
    SMTP用户枚举原理简介及相关工具
    Android系统广播机制存在漏洞,恶意软件可绕过安全机制跟踪用户
    Qt 维护工具MaintenanceTool.exe 使用
    漏洞预警 | ECShop全系列版本远程代码执行高危漏洞
  • 原文地址:https://www.cnblogs.com/dbasys/p/2584077.html
Copyright © 2011-2022 走看看