Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to add third party service link into my wcf service so can i do that?


Thanks in advance.

What I have tried:

it tried to add third party link into my wcf service but it shows following error.

c:\Users\AppData\Local\Temp\Test Client Projects\15.0\19e97bda-bece-4d04-a4e0-8aea92d68f90\Client.cs(81,39) : warning CS0436: The type 'System.ComponentModel.PropertyChangedEventHandler' in 'c:\Users\AppData\Local\Temp\Test Client Projects\15.0\19e97bda-bece-4d04-a4e0-8aea92d68f90\Client.cs' conflicts with the imported type 'System.ComponentModel.PropertyChangedEventHandler' in 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\System.dll'. Using the type defined in 'c:\Users\AppData\Local\Temp\Test Client Projects\15.0\19e97bda-bece-4d04-a4e0-8aea92d68f90\Client.cs
Posted
Updated 28-Feb-19 19:29pm
v2

1 solution

What does that even mean? A WCF service will point to a given endpoint / site. It's often a 3rd party service. What does one service have to do with another? If you're using 2 or more services, you interact with them individually; even if one is used to feed the other. How else do you check the status?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900