CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Location
    Denmark
    Posts
    453

    Question Strange COM+ error code

    I get this error code:

    EVENT_S_NOSUBSCRIBERS
    0x00040202
    An event was delivered but there were no subscribers

    What the f... does that mean? Is it the COM+ or the program that uses it that is at fault, and how to fix it?

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Strange COM+ error code

    I never used COM+ so cannot give you any reasonable help.
    However, there is a lot of discussions about this error, so maybe some of them could help you?
    http://www.zxro.net/uncategorized/fix-0x00040202-2/
    http://support.microsoft.com/kb/968447
    and many others
    Victor Nijegorodov

  3. #3
    Join Date
    Jun 2001
    Location
    Denmark
    Posts
    453

    Re: Strange COM+ error code

    Strange that my google search didn't find those too. I tried the define, the code and the text all in one, and only found places that listed the errors without explanation. Oh-well...it seemed that the simplest solution was the one that worked: one guy suggested to remove the COM+ component, recompile it from scratch and then add it again to Component Manager. That worked (in case someone else stumbles upon this).
    Thanks Victor...it seems that you've saved my bacon more times than I can count now :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured