RE: Excel addin does not load



If you used the setup project (created by Visual Studio) to create the msi
install package, it should be fine. If not, you should add registry keys to
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Word\Addins", besides regasm
your DLL.

If you have manually deleted some registry keys on that machine and your
addin is not working, then that is the same issue I have met and in this case
I reformatted my system.

--
Yi Chu


"Yi" wrote:

> I created a VB.NET COM addin project which is set to load when Word or Excel
> is launched. I set a debug breakpoint in the first line of method
> Connect.OnConnection(). After I compiled the project with Visual Studio
> 2003, I found this addin does not load when Excel is launched (it is loaded
> only when Word is launched). But when I create and compile such a project
> with Visual Studio 2002, the addin will be loaded when either Word or Excel
> is launched. This problem with VS 2003 occured recently and I don't know what
> happened to either VS 2003 or Excel on my machine. Can anyone give me some
> hint? I am realy fructrated with this - I reinstalled both Offce and Visual
> Studio 2003 but the problem is still there.
>
> Best wishs,
> -Yi
.



Relevant Pages

  • Re: Excel addin does not load
    ... I once installed/deployed an Excel addin on the same machine where I ran and ... I did some uninstall and install and once clicked ... "Cancel" when a program installation (for this addin) window is popup because ... After I compiled the project with Visual Studio ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Excel addin does not load
    ... After I compiled the project with Visual Studio 2003, I found this addin does not load when Excel is launched. ... But when I create and compile such a project with Visual Studio 2002, the addin will be loaded when either Word or Excel is launched. ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Excel addin does not load
    ... the addin should be registered for both Word and Excel since when I ... Visual Studio 2003, set Excel to be the "start external program", and set ... I doubt there might be something wrong with the registry in my system. ...
    (microsoft.public.office.developer.com.add_ins)
  • Excel addin does not load
    ... I created a VB.NET COM addin project which is set to load when Word or Excel ... After I compiled the project with Visual Studio ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: VSTO 2005 Beta 2 FAQ
    ... breaking my Excel 2003 and VSTO I already have installed on my PC. ... > Which editions of Office 2003 are supported with Visual Studio 2005 Tools ... If the VSTO assembly relies on controls being on the document, ... click Add New Data Source. ...
    (microsoft.public.vsnet.vstools.office)

Loading