Hello Ramon,
This a quick note to let you know that I am performing research on this
issue and will get back to you as soon as possible. Based on my test, it
pops up a warning box "the add-in template is not valid" when I try to load
the managed com add-in with word startup switch "/l". Did you encounter the
same warning message on your side?
In addition, I'd like to share some background information about
mscoree.dll and managed com add-in.
Managed COM Add-ins are managed classes that are com-visible and
registered. Normally, a com addin has a registry key under the Word addins
key that specifies the ProgId implementing the addin. The corresponding
ProgId key defines the ClassID (guid). The ClassID key defines the In-proc
server for the addin. Since this is a managed addin, the in-proc server is
the CLR runtime (mscoree.dll). Word load the runtime, which instantiates
the add-in; the fact that the addin is managed is transparent to Word.
The following article explains the managed and unmanaged com addin loading
process in detail.
http://blogs.msdn.com/msdnts/archive/2006/12/28/how-to-troubleshoot-the-com-
add-ins-loading-issues.aspx
Regards,
Jialiang Ge (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document:
http://blogs.msdn.com/msdnts/pages/postingAlias.aspx
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.