Click here to Skip to main content
15,912,400 members

Comments by Member 8757025 (Top 2 by date)

Member 8757025 25-May-15 5:08am View    
I am yet to host the service. Whenever i am trying to host the service through service host, getting this error. my host is a simple windows app. app.config file is whatever generated automatically when i added my service reference. I have not made any changes in it. But, still not able to make it work. Pls let me know if you need any more information on this.
Member 8757025 25-May-15 5:04am View    
Deleted
Please see below app.config for my service host.


<configuration>
<system.servicemodel>
<bindings>
<netmsmqbinding>
<binding name="NetMsmqBinding_IService1" closetimeout="00:01:00"
="" opentimeout="00:01:00" receivetimeout="00:10:00" sendtimeout="00:01:00" deadletterqueue="System" durable="true" exactlyonce="true" maxreceivedmessagesize="65536" maxretrycycles="2" receiveerrorhandling="Fault" receiveretrycount="5" retrycycledelay="00:30:00" timetolive="1.00:00:00" usesourcejournal="false" usemsmqtracing="false" queuetransferprotocol="Native" maxbufferpoolsize="524288" useactivedirectory="false">
<readerquotas maxdepth="32" maxstringcontentlength="8192" maxarraylength="16384"
="" maxbytesperread="4096" maxnametablecharcount="16384">
<security mode="None">
<transport msmqAuthenticationMode="WindowsDomain" msmqEncryptionAlgorithm="RC4Stream"
msmqProtectionLevel="Sign" msmqSecureHashAlgorithm="Sha1" />
<message clientcredentialtype="Windows">




<client>
<endpoint address="net.msmq://localhost/private/requestqueue"
="" binding="netMsmqBinding" bindingconfiguration="NetMsmqBinding_IService1" contract="ServiceReference1.IService1" name="NetMsmqBinding_IService1">
<identity>
<dns value="localhost">