wcf - visual studio restarted when rebuild -



wcf - visual studio restarted when rebuild -

my project silverlight.i utilize wcf service in web project, in web.config, set service :

<service name="khorasanmis.web.webservices.common.messageduplex" behaviorconfiguration="khorasanmis.orderservicebehavior" > <!-- service endpoints --> <endpoint address="" binding="pollingduplexhttpbinding" bindingconfiguration="multiplemessagesperpollpollingduplexhttpbinding" contract="khorasanmis.web.webservices.common.iduplexservice"> </endpoint> <endpoint address="mex" binding="mexhttpbinding" contract="imetadataexchange"/> </service>

when comment code silverlight project build successful when code not comment visual studio restarted during run or rebuild

wcf visual-studio-2010 silverlight-4.0 web-config

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -