发生这个错误的原因是Remoting的一个配置项:
<customErrors> 元素  指示此应用程序域中的服务器通道是否将经筛选的或完整的异常信息返回给本地或远程调用方。

Remoting: Server encountered an internal error<?xml version="1.0" encoding="utf-8" ?> 
Remoting: Server encountered an internal error
<configuration> 
Remoting: Server encountered an internal error  
<system.runtime.remoting>  
Remoting: Server encountered an internal error    
<customErrors mode="off"/> 
Remoting: Server encountered an internal error  
</system.runtime.remoting> 
Remoting: Server encountered an internal error
</configuration>
具体参见 http://msdn2.microsoft.com/zh-cn/library/y123fsf7(VS.80).aspx

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
猜你喜欢
  • 2022-01-13
  • 2021-12-20
  • 2021-12-01
  • 2021-10-29
  • 2022-12-23
  • 2021-10-20
相关资源
相似解决方案