WCF Metadata contains a reference that cannot be resolved

前端 未结 6 1571
你的背包
你的背包 2020-12-11 02:17

I\'ve spent a couple of hours searching about this error, and I have tested almost everything it\'s on Google.

I want to access a service using TCP, .NET4 an

6条回答
  •  旧巷少年郎
    2020-12-11 03:20

    You are missing service configuration

    
      
        
          
            
              
            
          
          
          
        
      
      ...
    
    

    With this config you should not need to define base address in code.

提交回复
热议问题