Disable c# Visual studio custom tool warning

  • Thread starter Thread starter unkwb
  • Start date Start date
U

unkwb

Using a Service reference in c# I do get a Warning:

Custom tool warning: The optional WSDL extension element 'Policy' from
namespace 'http://schemas.xmlsoap.org/ws/2004/09/policy' was not
handled.

Since this has no impact and results from generated code I'd like to
disable the warning. But since this is a custom tool warning I do not
get the message number, how would I disable the message

#pragma disable warning ???

Any hint?


KW: C# hw200802
 
Back
Top