Outlook Crashes When Started With Debugger Attached

D

David B. Bitton

I'm having trouble with debugging my C# addin for Outlook 2003. Whenever I
attempt to start Outlook from within Visual Studio, Outlook immediately
crashes when it comes up. If I then start it again manually, Outlook tells
me the last time it started up, my addin crashed and if I want to disable
it. I say no.

Now, I know that my plugin is running within Outlook. I check this by
adding some MessageBox.Show()'s inside and they do popup. Also, I attempted
to attach the debugger from the processes list in Visual Studio and I get a
message that the IDE was unable to attach the debugger. Any ideas?

--
--

David B. Bitton
(e-mail address removed)
www.codenoevil.com

Code Made Fresh DailyT
 

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