We are experiencing intermittent catastrophic failures of the COM runtime in a large server application. Here's what we have: A server process running as a Windows service hosts numerous free-threaded COM components written in C++/ATL. Multiple client processes written in C++/MFC and .NET use these components via cross-procces COM calls [...] read more
I've written an application which prints labels using the BarTender .NET SDK from Seagull Scientific. The application runs perfectly day after day, printing thousands of labels. But then, after about 3 weeks, when I call the BarTender engine's Documents.Open method, I get this error: > OLE received a packet with [...] read more