Hi there,

I have seen of few old posts mentioning a problem with the RaiseEvent method not firing in some cases. I just installed Visual Studio 2008 and have experienced the same problem: a class is raising an event, works fine for a while and then stops firing the event without any obvious reason. I checked the code in break mode, the raisevent line is executed but nothing happens. All other classes I have developped in the same...