Cannot load Excel Addin developed in c#

S

shantanu

Hi All
I have developed an excel addin in C#. Its working fine on
my
PC but when i install in a diffrent PC it does not load. I checked
with the registry, the entries for the addin setup are present.
Please
assist what the problem can be. Its very strange that the addin is
not getting registered in
regedit. When i try to search the addin by its clsid in regedit, then
no item is found. What can be the reason.

regards
 
X

XL-Dennis

Hi,

You should read the following article - The COM Shim Wizard:
http://www.excelkb.com/article.aspx?id=10202

The following should also be read
Add-ins, smart documents, or smart tags that you create by using Microsoft
Visual Studio 2005 do not run in Office:
http://support.microsoft.com/default.aspx/kb/908002/en-us

---------------
With kind regards,
Dennis
Weekly Blog .NET & Excel: http://xldennis.wordpress.com/
My English site: http://www.excelkb.com/default.aspx
Swedish site: http://www.xldennis.com/
 
Top