CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2004
    Posts
    8

    Post COM in windows 2003 server

    Hi,all

    I have a software which use ASP pages to invoke COM componts.
    They are OK on the windows 2000 system.

    But, when I installed the software onto the windows 2003 server,
    I find one of the COM componts does not work correctly.

    The information of the COM component in the registry of windows 2003 are same as that in windows 2000.

    I have the source code of this component. And I built a debug version dll which I can use "attach" in VC++6 to debug when in 2000.

    But in 2003, I cannot run into the break point. And it seems the component cannot initialize in 2003.

    I do not know why, can someone give me any suggestion?

    Any suggestion is highly appreciated.

    Thanks,
    Jerry

  2. #2
    Join Date
    Jul 2004
    Posts
    8

    Question

    Quote Originally Posted by wu7up
    Hi,all

    I have a software which use ASP pages to invoke COM componts.
    They are OK on the windows 2000 system.

    But, when I installed the software onto the windows 2003 server,
    I find one of the COM componts does not work correctly.

    The information of the COM component in the registry of windows 2003 are same as that in windows 2000.

    I have the source code of this component. And I built a debug version dll which I can use "attach" in VC++6 to debug when in 2000.

    But in 2003, I cannot run into the break point. And it seems the component cannot initialize in 2003.

    I do not know why, can someone give me any suggestion?

    Any suggestion is highly appreciated.

    Thanks,
    Jerry
    Add one point that when the ASP loads, the DLL is not loaded .
    It is strange that when I use regMon to monitor the registry,
    it says:
    OpenKey HKCR\CLSID\{6C7BF76F-6BDE-11D3-8B63-00E0292A4E82}\Implemented Categories\{00021494-0000-0000-C000-000000000046} NOTFOUND

    There is no subkey Implemented Categories\{00021494-0000-0000-C000-000000000046} in the registry. And There is no this subkey in windows 2000 too, but it is ok on 2000.

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