Cannot debug RTD Excel

A

AlexZh

I've created C# (or VB) RTD Server that works OK. However I cannot
debug it. The server is created as .Net class library with "Register
for COM Interop" checked. Project properties: In Debugging, I set
debug mode to Program, and Start Application to Excel.exe. When I
start MyRtdServer in debug mode it calls Excel, and Excel starts. In
Excel, I open my test .xls file (frankly, very simple, with just one
cell with RTD formula) and it immediately closes the Excel window
without stopping on my break point, which is set in the very first
line of the RTD object constructor.
If I start Excel and open the same .xls file in release mode all the
stuff works.
What should I do in addition to allow debugging?
I use WinXp, VS2003 and Excel11.
Thank you,
Alex Zhitlenok
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top