Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>When adding the service reference make sure to the check the "Reuse Types in referenced assemblies". The following link should provide more information on the topic...</p> <p><a href="http://msdn.microsoft.com/en-us/library/vstudio/bb628653(v=vs.100).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/vstudio/bb628653(v=vs.100).aspx</a></p> <p>EDIT:</p> <p>The following article could shed some more light on what you are seeing...</p> <p><a href="http://msdn.microsoft.com/en-us/library/bb907578(v=vs.110).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb907578(v=vs.110).aspx</a></p> <p>In particular the following info...</p> <p>When a service reference is added to a project, any types defined in the service are generated in the local project. In many cases, this creates duplicate types when a service uses common .NET Framework types or when types are defined in a shared library. To avoid this problem, types in referenced assemblies are shared by default. If you want to disable type sharing for one or more assemblies, you can do so in the Configure Service References dialog box. To disable type sharing in a single assembly In Solution Explorer, select the service reference. On the Project menu, click Configure Service Reference. In the Configure Service References dialog box, select Reuse types in specified referenced assemblies. Select the check box for each assembly in which you want to enable type sharing. To disable type sharing for an assembly, leave the check box cleared. To disable type sharing in all assemblies In Solution Explorer, select the service reference. On the Project menu, click Configure Service Reference. In the Configure Service References dialog box, clear the Reuse types in referenced assemblies check box.</p> <p>Good Luck!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload