I've created a Xamarin Forms project with .netstandard and trying to add the WCF service reference as the connected service using Visual Studio 2017. There is an option in the connected service for adding WCF service reference. When I add the service reference, a dialog box opens and after few seconds an error comes as it is not able to build the solution. But when I try to build the solution, it builds but the reference don't add. How can I add the WCF service reference in .netstandard project with Xamarin Forms.
Asked
Active
Viewed 669 times
1 Answers
0
I managed to solve the problem by uncheck the option for Reuse the types in referenced assemblies in Data Type Options

vishgarg
- 445
- 1
- 9
- 24