المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : a setup problem



C# Programming
03-31-2009, 11:53 AM
hi all, am developing a shared addin(to excel) using visual studio in c#.net, an addin. However, my addin acts like an automation addin too and the udfs i defined in MyAddin.Connect.cs are working fine in my m/c.But, 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, the addin is not listed in the 'Tools-->Addins-->Automation'list! and 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.