I am working on C# in Win 7 visual studio 2012.
I have #if DEBUG and I want to disable them. But, when I run C# in Visual Studio with \"start without debug
#if DEBUG
Change your build configuration from Debug to Release.