B
- B@rney
Hi!
I've developed a C# COM Add-In using the Shared Add-In (Extensibility)
project.
I'm using class PictureAxHost as per
http://support.microsoft.com/default.aspx?scid=kb;en-us;824017 to get bitmaps
on my button, and class EnableTheimingInScope as per
http://support.microsoft.com/default.aspx?scid=kb;en-us;830033 to get XP
look'n feel.
Otherwise I'm using Word, Excel and PowerPoint Interop's.
On some machines, closing Word, causes an error like this:
<error>
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!
Program: C:\PROGRA~1\MICROS~2\OFFICE11\WINWORD.EXE
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
</error>
This is a Custom Developement project for a customer. I need to solve this
ASAP as they're about to put this Add-In in production for several hundred
users for their customers.
I've developed a C# COM Add-In using the Shared Add-In (Extensibility)
project.
I'm using class PictureAxHost as per
http://support.microsoft.com/default.aspx?scid=kb;en-us;824017 to get bitmaps
on my button, and class EnableTheimingInScope as per
http://support.microsoft.com/default.aspx?scid=kb;en-us;830033 to get XP
look'n feel.
Otherwise I'm using Word, Excel and PowerPoint Interop's.
On some machines, closing Word, causes an error like this:
<error>
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!
Program: C:\PROGRA~1\MICROS~2\OFFICE11\WINWORD.EXE
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
</error>
This is a Custom Developement project for a customer. I need to solve this
ASAP as they're about to put this Add-In in production for several hundred
users for their customers.