How can I make the Debug.Fail and other methods of the Debug class and Trace class work appropriately when my application compiled for x64 or x86 and not for Any CPU?
How can I make the Debug.Fail and other methods of the Debug class and
Share
Go to the Project properties page in Build tab under General group check both Define DEBUG constant and TRACE constant
these options will make it functional