RE: Excel addin does not load
- From: "Yi" <Yi@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 08:02:09 -0700
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
.
- Follow-Ups:
- RE: Excel addin does not load
- From: AlnCool
- RE: Excel addin does not load
- Prev by Date: Re: Excel addin does not load
- Next by Date: Re: PropertyGrid not working right when called from a Word Add-In
- Previous by thread: Re: Excel addin does not load
- Next by thread: RE: Excel addin does not load
- Index(es):
Relevant Pages
|
Loading