Hi,

I'm writing a COM+ component that is implementing another interface.
Initially, there is no problem. However, as the code getting larger, the response time in VS.NET is very slow. Say, when I press enter, I need to wait for 10-20s because it really goes to a newline.

Then, I found that when I remove the line

Implements ISomething

the editor returns to normal..........

Do anyone know what happen?