How to Fix Unhandled exception in OUTLOOK.EXE: Access Violation is

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Everyone,

We have a Outlook 2003 AddIn developed in VB.NET (.NET1.1)

We have a customise form (.oft) for out contact item.
So when we open that Contact Form and click on the Insert->Item option on
the Menu bar; we get following error:

"Unhandled exception at 0x30069a0b in OUTLOOK.EXE: 0xC0000005: Access
violation reading location 0x00000000."

What could be the problem?
Any solution to this problem?
Thanks,
Rupang
 
Does that happen if you publish the form and open it as a published form?

How many form controls did you add to your custom form? Any code in the
form?
 
Back
Top