Nilesh Padbidri
Posts: 11
Joined: 2006-12-08
|
Hi,
I have written a sample addin for Power Point using Add In Express. I have Power Point 2003 on my machine. After installing the Add In when I start power point crashes. The crash message log is mentioned below.
Not sure why this happens.
--------------------------------------------------------------------------
Detailed technical information follows:
--------------------------------------------------------------------------
Date and Time: 12/21/2006 12:55:39 AM
Machine Name: PC-SERVER
IP Address: 127.0.0.1
Current User: PC-SERVER\Administrator
Application Domain: D:\Nilesh\PowerPntAddIn\bin\Debug\
Assembly Codebase: file:///C:/WINDOWS/assembly/GAC_MSIL/AddinExpress.MSO.2005/2.8.1763.2005__c20c070a1fc9a144/AddinExpress.MSO.2005.dll
Assembly Full Name: AddinExpress.MSO.2005, Version=2.8.1763.2005, Culture=neutral, PublicKeyToken=c20c070a1fc9a144
Assembly Version: 2.8.1763.2005
Assembly Build Date: 10/29/2004 1:06:50 AM
Exception Source:
Exception Type: System.Runtime.InteropServices.COMException
Exception Message: Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
Exception Target Site: ForwardCallToInvokeMember
---- Stack Trace ----
System.RuntimeType.ForwardCallToInvokeMember(memberName As String, flags As BindingFlags, target As Object, aWrapperTypes As Int32[], msgData As MessageData&)
AddinExpress.MSO.2005.dll: N 0195 (0xC3) IL
AddinExpress.MSO.ICommandBarControl.set_OnAction(value As String)
AddinExpress.MSO.2005.dll: N 00000 (0x0) JIT
AddinExpress.MSO.ADXAddinModule.InternalAddBuiltInControl(control As ADXBuiltInControl)
AddinExpress.MSO.2005.dll: N 0236 (0xEC) IL
Thanks,
- Nilesh Padbidri.
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Nilesh.
The fact is that there are some controls in Office applications which don't allow you to disable their standard actions. What control produces the error?
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|
Nilesh Padbidri
Posts: 11
Joined: 2006-12-08
|
Sergey I am trying to hook the "Save As" / "Print" / "Send Mail" / "Send Mail To Fax Recipient" etc menu options.
Thanks,
- Nilesh Padbidri.
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Nilesh.
I have just answered on your email. Please check your inbox.
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Nilesh.
I fixed the issue with PowerPoint. The fix will be available in the next Add-in Express build. |
|