Problems with RTD server using VS 2005 C#

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

Problems with RTD server using VS 2005 C#
 
Jeff Chappo




Posts: 14
Joined: 2006-09-20
I am having problems getting my RTD server to work with Excel 2002. I have read through all relevant posts about RTD, and can find no solution.

I downloaded the patch for VS2005 for add-in support as well, no luck.

I created a RTD project using ADX.NET, then I created a topic and made a handler for the RefreshData event. I started excel, and used the appropriate RTD formula, but all I get is #N/A.

I have had no luck with RTD in C#, but I do have a working C++ RTD server.
Posted 20 Sep, 2006 17:57:15 Top
Sergey Grischenko


Add-in Express team


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

Did you register the RTD server via the Register ADX Project option in VS?
Does the MyFirstRTDServer example work on your PC?
Posted 21 Sep, 2006 09:02:36 Top
Jeff Chappo




Posts: 14
Joined: 2006-09-20
I tried the Register ADX project option, but it had no effect.

The example project MyFirstRTDServer example does not work on my PC either.
Posted 21 Sep, 2006 10:14:00 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Jeff,
is the C++ RTD server written in Managed C++ or it is an unmanaged dll?
Do you have both .NET Framework v1.1 and v2.0 installed on the PC?
Posted 21 Sep, 2006 16:22:43 Top
Jeff Chappo




Posts: 14
Joined: 2006-09-20
Yes, the C++ server is from Microsoft, and is an unmanaged dll.

I do have both versions of .Net framework on the computer.

But, on another computer I was able to get MyFirstRTDServer to work, both versions of .Net, VS 2003, Office 2003 as well as the Office patch for RTD.

I would really like to develop in VS 2005 though, any help is appreciated.
Posted 22 Sep, 2006 12:48:45 Top
Sergey Grischenko


Add-in Express team


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

Please check if other add-ins/rtd servers written for .NET 1.1 running at the same time in Excel. If so, the RTD server written for .NET v2.0 will not work.
Posted 25 Sep, 2006 08:14:50 Top