Debugging Through project

Add-in Express™ Support Service
That's what is more important than anything else

Debugging Through project
AudioWord.AddinModule error: the add-in has fired an exception. 
Guillaume Aimetti


Guest


I am modifying an existing COM add-in for Microsoft Word. When I debug my project with 'Start without debugging' it runs fine but when trying to debug and step through the code I get the error:

---------------------------------------------------------------------
AudioWord.AddinModule error: the add-in has fired an exception.

Error occured in the code of the AudioWord add-in. See 'Details' section to get more detailed information about the error.

Detailed technical information follows:
---
(Inner Exception)
Date and Time: 19/12/2006 16:48:53
Machine Name: PC-A212
IP Address: 192.168.202.133
Current User: AUDIOSOFT\aimettig

Application Domain: DefaultDomain
Assembly Codebase: file:///C:/WINDOWS/assembly/GAC_32/AddinExpress.MSO.2005/2.3.1754.1__c20c070a1fc9a144/AddinExpress.MSO.2005.dll
Assembly Full Name: AddinExpress.MSO.2005, Version=2.3.1754.1, Culture=neutral, PublicKeyToken=c20c070a1fc9a144
Assembly Version: 2.3.1754.1
Assembly Build Date: 20/10/2004 00:00:02

Exception Source: AudioWord
Exception Type: System.IndexOutOfRangeException
Exception Message: Index was outside the bounds of the array.
Exception Target Site: GetAudioWordDirectory
------------------------------------------------------------------
Any help would be great.

Thanks, Guy
Posted 19 Dec, 2006 12:02:55 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Guy.

Can you please add a breakepoint to the GetAudioWordDirectory function and debug it?


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.
Posted 20 Dec, 2006 12:48:36 Top