WINDOWS XP STANDARD
I use an graphics application that is customized using C# code. The code is compiled before use and then is executed as needed.
Recently I had to change one of my customized indicators and found that the DrawDiamond command would not work. Changing nothing else in the code except making that phrase DrawSquare caused the indicator to work.
An unchanged backup of the indicator that had previously worked fine also would not work as replacing the non-working one requires compiling the backup version.
Also, another customized indicator properly displays diamonds in the same application -- I am afraid to re-compile it because I do not want to lose this second indicator.
So my conclusion is that the compiler must be corrupted somehow. I have removed all Microsoft.NET Framework entries via add/remove programs and downloaded and installed only Microsoft.NET Framework 2.0 with no success -- still won't draw diamonds with any code.
How can I fix this I would appreciate any help.