W
William
I read somewhere that VB.net can exclude code from the release configuration
that was only used for testing during the development stage. If I remember
correctly it went something like:
#if debug
'code that you do not want in release compile goes
'here
#end if
but my head is filled with so many other things that I am learning in order
to make the switch from vb6 to Net that I can't remember. Can someone point
me in the right direction.
Thanks
that was only used for testing during the development stage. If I remember
correctly it went something like:
#if debug
'code that you do not want in release compile goes
'here
#end if
but my head is filled with so many other things that I am learning in order
to make the switch from vb6 to Net that I can't remember. Can someone point
me in the right direction.
Thanks