09 2012 档案
摘要:调用webservice时提示对操作的回复消息正文进行反序列化时出错。主要原因webservice返回值的长度超过readerQuotas中的了maxStringContentLength值,造成返回值截断,不完整,反序列化时出错。 <readerQuotas maxDepth="32" maxStringContentLength="81920" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384&q
阅读全文
摘要:Web service的默认的请求长度是4M当内容超过了4M会报错System.Web.Services.Protocols.SoapException: 运行配置文件中指定的扩展时出现异常。 ---> System.Web.HttpException: 超过了最大请求长度。 在 System.Web.HttpRequest.GetEntireRawContent() 在 System.Web.HttpRequest.get_InputStream() 在 System.Web.Services.Protocols.SoapServerProtocol.Initialize() ...
阅读全文
摘要:我先装了oracle9,再安装了pl/sql dev,这时我输入用户名、口令可以连接服务器。随后我再安装了ODAC 11.2 Release 4 (11.2.0.3.0) with Oracle Developer Tools for Visual Studio,我再使用pl/sql dev联接时,报错Oracle 10g ORA-12154: TNS: could not resolve the connect identifier specified查看Path系统环境变量时发现E:\app\Administrator\product\11.2.0\client_1;E:\app\Admi
阅读全文