Prev: Macros Run Amuck!
Next: welcome to windows7
From: torranca on 22 Apr 2010 02:31 We have a word add in that programatically inserts an auto text table then adds rows to it. This works ok in Word 2002 but occasionally crashes in Word 2007 - this is not a consistent crash when we carry out the same operation it happens in no specific sequence. The only place we are able to track it down to is the auto text table inserting rows. Word itself is crashing. We are using COM AddIn written in VB6. Does anyone know of any key differences/issues between Word 2002 and Word 2007 that could cause such an error. Or is there a better way to attach a debugger/word debugging output for word to allow us to diagnose the issue as the word crash bypasses all of our exception handling. current - Word 2002 sp3 target - Word 2007 sp2
From: Graham Mayor on 22 Apr 2010 08:07 Given that Word 2002 and Word 2007 handle autotext quite differently from one another, you will need to re-design your add-in to take account of the differences. -- <>>< ><<> ><<> <>>< ><<> <>>< <>><<> Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org <>>< ><<> ><<> <>>< ><<> <>>< <>><<> "torranca" <torranca(a)discussions.microsoft.com> wrote in message news:40A07E43-9B26-447D-9C65-865658FC7002(a)microsoft.com... > We have a word add in that programatically inserts an auto text table then > adds rows to it. This works ok in Word 2002 but occasionally crashes in > Word > 2007 - this is not a consistent crash when we carry out the same operation > it > happens in no specific sequence. The only place we are able to track it > down > to is the auto text table inserting rows. Word itself is crashing. > > We are using COM AddIn written in VB6. > > Does anyone know of any key differences/issues between Word 2002 and Word > 2007 that could cause such an error. > > Or is there a better way to attach a debugger/word debugging output for > word > to allow us to diagnose the issue as the word crash bypasses all of our > exception handling. > > current - Word 2002 sp3 > > target - Word 2007 sp2 >
|
Pages: 1 Prev: Macros Run Amuck! Next: welcome to windows7 |