View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NA_AB[_2_] NA_AB[_2_] is offline
external usenet poster
 
Posts: 57
Default a deployement problem

hi all, am developing a shared addin using visual studio in c#.net, an addin
to excel. However, my addin acts like an automation addin too and there are
certain udfs working fine in my m/c.

The problem is, when I installed my project by running the MyAddinSetup.exe
in another machine, though all the registry entries(HKCR, HKLM) are being
made correct, the addin is not listed in the 'Tools--Addins--Automation'
list! and thus, am not able to use my udfs defined in MyAddin.Connect.cs.

Kindly help me in this regard. I should be able to use my udfs in the test
machine. Is there a problem with the installation or am I missing any
registry entries?!

Regards.