Outlook 2003 crashes when using add-in written in VS2003

M

Michael K.

Hi,

I created simple Add-in in VS2003 (VB.NET) using Shared Add-in template.
Added form with one button that close the form. I installed this add-in on
test machine (WinXP SP2, Office 2003 SP1), add-in commandbar is OK. When I
click this commandbar button, custom form shows correctly. When I try to
reopen form and close Outlook crashes with this error (from event log):

Error:
Faulting application outlook.exe, version 11.0.6353.0, stamp 408f2937,
faulting module ntdll.dll, version 5.1.2600.2180, stamp 411096b4, debug? 0,
fault address 0x00043345.

Info:
Bucket 132452166, bucket table 1, faulting application outlook.exe, version
11.0.6353.0, stamp 408f2937, faulting module ntdll.dll, version
5.1.2600.2180, stamp 411096b4, debug? 0, fault address 0x00043345.

Please help.

Thanx
Michael

Note: add-in was written based on this page
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q302896
 
M

Michael K.

One more thing:

on my developer machine this add-in works fine. I have same config = WinXP
SP2 and Office 2003 SP1 + VS2003 (VS is not on test machine)...

Michael
 
M

Michael K.

Probably I found the problem :) I have MS .NET Framework 2.0 RC installed on
my developer machine and not on my test machine. When I installed this
version of .NET Framework on test machine, add-in works fine.

I don't known why, but it works now... And I am happy :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top