Excel crashes while trying to debug RTD

Add-in Express™ Support Service
That's what is more important than anything else

Excel crashes while trying to debug RTD
 
Jeff Chappo




Posts: 14
Joined: 2006-09-20
I can successfully start Excel from the debugger of my RTD project, and it loads up fine. As soon as I enter the RTD formula into Excel, it crashes and naturally stops the debugger.

This is a nightmare for development, because I can never debug my RTD server. Is there a fix or workaround for this problem?
Posted 04 Oct, 2006 17:52:45 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jeff.

What version of Excel do you use?
Posted 05 Oct, 2006 09:11:50 Top
Jeff Chappo




Posts: 14
Joined: 2006-09-20
I have tried Office 2000, Office XP, and Office 2003
Posted 05 Oct, 2006 17:06:43 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jeff.

Do you have any code in the RefreshData event handler?
If so, please add a breakpoint to the RefreshData event handler to see what code raises the exception.
By the way, Office 2000 doesn't support the RTD Server technology at all.
Posted 06 Oct, 2006 07:20:16 Top