Hi @InspiredUser33157 ,
You can download System.ObjectModel.dll from the link below.
https://www.nuget.org/packages/System.ObjectModel
There is no DLL file, the downloaded package is in the packages.config folder.
You can refer to the following command:
svcutil http://MyWebweb.MyDomain.com/BrokerWcf.svc /r:"C:\Windows\Microsoft.NET\Framework64\v2.0.50727\System.dll" /ct:System.Collections.Generic.ObservableCollection`1
I suggest you can take a look at the documentation:
https://learn.microsoft.com/en-us/dotnet/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.