Reply to thread

[mshelp=ms-help://MS.MSDNQTR.2003FEB.1033/csref/html/vclrfIntroductionToAttributes.htm]Here we go[/mshelp].


In VB.NET, attributes are put inside < and > characters.


There is also a typo in your first sub, EchoServer; it should be

System.Diagnostics.DebuggerStepThroughAttribute()


Back
Top