When I added service reference in my project I have got a lot of "Missing XML comment for public visible type..." warning messages in Reference.cs file. Those warnings didn't allow me to see real important warning messages. To disable this, add:
#pragma warning disable 1591
at the beginning of Reference.cs file and
#pragma warning restore 1591
at the end of Resource.cs file.
And off course you will need to add this every time you update reference.
Genial post and this enter helped me alot in my college assignement. Say thank you you on your information.
ReplyDelete