.NET RegAsm Error While registering DLL on deploying machine

A

AsimZia

I have tried using .NET shared-Addin, what i have done is,i have created a
..NET Shared-Addin using VB.NET for Excel, using Installer package created by
Visual Studio .NET.

Nothing happened i mean my addin doesnt work at all on
deployment/client/test machine, so i tried manually registering my addin .NET
Assembly and got this message :

RegAsm : error RA0000 : Could not load file or assembly 'Extensibility,
Version=
7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its
depe
ndencies. The system cannot find the file specified.

Please Any suggestions,
Thanks,
 
K

Ken Slovak - [MVP - Outlook]

For Office 2003 and earlier you might not have that DLL installed. Include
it in your setup package or set an installation prerequisite for it.
 
X

XL-Dennis

Hi,

May I suggest that You take part of my 9 articles about creating shared
add-in for Excel, which also include some troubleshooting.

A Collection of articles about Managed COM Add-ins
http://www.excelkb.com/article.aspx?id=10204&cNode=7T5V0N

One of first step You need to do is to setuo the debug configuration, i e to
point to Excel which is explained in the 2nd article.

On the developing machine the add-in is registrated automatically and
therefore there is no need to use regasm.exe

Let us know how it progress.

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

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