【发布时间】:2015-08-06 22:19:53
【问题描述】:
我收到主题中提到的错误。
我的 XML 文件是:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown type="SimpleRemotingAsm.RemotingMessageObject,SimpleRemotingAsm" objectUri="RemoteMsgObj.soap" mode="Singleton"/>
</service>
<channels>
<channel ref="http"/>
</channels>
</application>
</system.runtime.remoting>
</configuration>
我已经阅读了很多关于这个问题的帖子,但没有任何帮助。
我正在使用 VS .NET 2013。
【问题讨论】:
标签: schema