SyntaxFix
Write A Post
Hire A Developer
Questions
On my VS install (VS 2008) #if RELEASE does not work. However you could just use #if !DEBUG
#if RELEASE
#if !DEBUG
Example:
#if !DEBUG SendTediousEmail() #endif