I have a piece of twitter integration code that is working in staging, but not in production. Upon further investigation, it works in DEBUG builds but not in RELEASE builds. Any experienced developer has already figured out what has happened. My question is why?
Offending Code:
System.Diagnostics.Debug.WriteLine(tw.SendTweet(DateTime.Now.ToString() & " " & m_BlogPost.Title & _
&
[Read More...]