Outlook Addin: Modal form Crash

  • Thread starter Sameers (theAngrycodeR)
  • Start date
S

Sameers (theAngrycodeR)

I have a simple outlook addin in which I am showing some dialog forms.
It worked fine in the past but now when the child form is closed,
outlook hangs for a while and then crash saying
"Microsoft Office Outlook has encountered a problem and needs to close.
We are sorry for the inconvenience."

I have debugged and created log of thins and I can see that all work
gets done when this crash happens. That means, when outlook crash,
there is no code executing, the child form has closed (I also have
tried to dispose and set to nothing/null). If I set the forms to non
dialog, it works fine, no crash happens.

I am using VS .NET 2003, VB as the language and using Microsoft
Office Extensibility to create this addin.

Any idea would be highly appreciated.

Thanks,
Sameers
 

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