N
nogeek
Hello,
I need you help.
I've developed a RTD server using C# and .NET framework for use in
Excel. As an output i have a .dll assembly. My class implements an
IRTDServer as written at MSDN.
The problem is that I can't register my COM component properly.
I've made my assembly COM visible.
I've run regasm as follows:
Everything wen fine, and I've checked registry to see if COM was
effectively registered.
The problem is that RTD server works only on my station where I have
Visual Studio installed. On the others stations I get #N/A in the Excel
cells.
In Excel options my RTDServer appears as an Excel add-in with mscoree as
type.
What I'm missing? I'm using VS2005 and Excel 2007.
Thank you for your help.
I need you help.
I've developed a RTD server using C# and .NET framework for use in
Excel. As an output i have a .dll assembly. My class implements an
IRTDServer as written at MSDN.
The problem is that I can't register my COM component properly.
I've made my assembly COM visible.
I've run regasm as follows:
regasm RTDSrv.dll /codebase
Everything wen fine, and I've checked registry to see if COM was
effectively registered.
The problem is that RTD server works only on my station where I have
Visual Studio installed. On the others stations I get #N/A in the Excel
cells.
In Excel options my RTDServer appears as an Excel add-in with mscoree as
type.
What I'm missing? I'm using VS2005 and Excel 2007.
Thank you for your help.