I'm adding DDE for my app (C# 3.5) and sometimes when I open thousands (6000) of DDE channels it works, and sometimes, especially during debugging and excel crashes, it only gives me some of the items.
I suspect that the DDE channels are still "active" in Windows and when I try to open more I reach the DDE channels limit (10,000) and then not all have data.
Is there a way to "clean" the DDE engine in Windows, so I'll start fresh? or is restarting Windows the only solution?