views:

10

answers:

0

We have a .Net assembly that is exported to COM. I made changes to an assembly that assembly uses and now tlbexp fails with a stack overflow exception. I assume that it is a result of one of the changes that I made, but I am unsure how to figure out which change is to blame. Is there a method that someone knows of to capture the type it is looking at when the exception occurs?

Pat O