I'm facing a strange issue here. I have a WPF application that does nothing with DDE messages. But any time I open an Excel spreadsheet that has DDE calculations referencing another application, Excel freezes completely and it only gets back again when the user closes my application.
Has anybody faced this issue before? I read that Google and Eclipse had this issue, but I can't find no place to check what they've done about it. My only clue is that it has something to do with Windows Messages (WM_DDE_INITIATE, etc.), but Spy++ gives me no relevant information.
Thanks in advance!
PS: This only occurs in Excel 2010. Excel 2013 is OK, but unfortunately my client can't update that Excel version