automation server/add-in installation

P

platt

Guys,

What am I missing here?

I'm installing my (C#/.NET) automation server add-in onto a "fresh" machine.
(This is a user machine, ie., no development stuff, Visual Studio, etc).

I'm following these steps:
1) Turn on Excel .Net Programmibility Support
a) Control Panels->Add or Remove Programs->Microsoft Office Professional
2003->Change->Add or Remove Features
b) Check "Choose advanced customization of applications."
c) Set Microsoft Office Excel->.Net Prog Support to "Run From My Computer"
d) Update

2) Run RegAsm /codebase MyAddin.dll

3) Select the Automation Server in Excel
a) Tools->Add-ins->Automation
b) choose MyAddin.dll
c) MyAddin.dll shows up checked in "Add-Ins available" list


However when I go to find functions that are provided in MyAddin through
Excel->Insert->Functions, they are not visible.

I have installed this addin successfully on other machines, but the same
..dlls and the above steps are now failing.

Is there something obvious I'm forgetting?

Thanks,
Steve
 

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