<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ID="08464769-909d-433e-ab54-b362d155f986" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
< ClientOptions>
...
< EnableDataBinding>false</EnableDataBinding>
...
< /ClientOptions>
....
</ReferenceGroup>
This makes a lot of sense if you are never going to use
these events. You can also achieve this by using the svcutil.exe and not specifing
the /enableDataBinding (/edb) command-line argument.
No comments:
Post a Comment