Debug.Writeline and foreach- Error??

P

Patrick Jox

Hello,
I wrote a COM Addin using C#. Now I saw twice:
1. everytime I interate a Collection (i.e. Bookmarks) with foreach, this
works but after having finished the function. The COM Addin hangs or do not
trap the events to call its functions.
2. everytime I make an output with Debug.WriteLine, this works but after
having finished the function. The COM Addin hangs or do not trap the events
to call its functions.

Does anybvody know where this comes from?
 

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