Re: C# COM addin - please help
- From: "Eugene Prystupa" <prystupa@xxxxxxxxxx>
- Date: Fri, 20 Oct 2006 20:27:37 -0400
Installation project generated by VS only registers your add-in as a COM
object. It does not add necessary entries to the Excel's registry. On your
development machine that was done by VS wizard rather than by setup project:
that is why your add-in works on your dev PC.
"dhuynh" <dhuynh77083@xxxxxxxxx> wrote in message
news:OQr1NI58GHA.3396@xxxxxxxxxxxxxxxxxxxxxxx
I created the project using the VS2003 wizard. It also create the
'installation' package.
I assume the install will handle those registration when running setup on
the target machine.
Now, I try regsvr32, it results error of 'No entry point'. But I used
regasm it registered fine.
Again, It still does not work on the target machine.
(The addin project is to add a button to the Excel toolbar)
Any other advice?
Thanks
DH
"Chris Fulstow" <chrisfulstow@xxxxxxxxxxx> wrote in message
news:1161269235.041611.129190@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
If you're written it with a COM wrapper then do you need to register it
first with regsvr32.exe?
--
Chris Fulstow
MCP, MCTS
http://chrisfulstow.blogspot.com/
news.microsoft.com wrote:
Hello,
I wrote a simple addin for Excel using C#. It works great on my
development
machine.
However, when I installed the package to another machine, the COM addin
does
not show when open excel application.
Question: What do I need to do to resolve this problem?
Thanks in advance!
DH
.
- References:
- C# COM addin - please help
- From: news.microsoft.com
- Re: C# COM addin - please help
- From: Chris Fulstow
- Re: C# COM addin - please help
- From: dhuynh
- C# COM addin - please help
- Prev by Date: Re: if (this.DesignMode) return ; Not working
- Next by Date: Re: Transparent GIF using Bitmap.Save()
- Previous by thread: Re: C# COM addin - please help
- Next by thread: Storing Cookies from C#.NET Application
- Index(es):
Relevant Pages
|