I wrote some code in an add-in for Microsoft PowerPoint 2007. I executed it. It said there was a problem.
With help from a fellow member here, I rectified the problem. I compiled the new code and ran it.
It still considers the old code and ignores the new one and still throws the same problem. The two versions of code are radically different in that they do not share the variables that the problem reports, thus my reason for being sure that the problem isn't in the code now.
Clearly, MS Office is retaining an older version of the binaries somewhere in some cache. How do I clear that and allow it to access the newly compiled add-in binary?