Re: CAPICOM error

From: Sahil (coder_at_topcoder.com)
Date: 03/31/04


Date: Wed, 31 Mar 2004 11:35:16 +0500

There is a issue about the error shawn, i was testing my application on XP
SP1 it was working ok i unregistered the capicom.dll and it prompted me (msg
box) the error CLASS NOT REGISTERED. later i debug'ed my application under
windows server 2000 sp4, there it doesn't give me that Message box with
CLASS NOT REGISTERED but it raises an assertion there which if i trace and
locate the error code it its same as Class Not Registered.

try {

IStorePtr pIStore(__uuidof(Store));
}
   catch (_com_error e)
    {
        hr = e.Error();
        ATLTRACE(_T("Error [%#x]: %s.\n"), hr, e.ErrorMessage());
    }

it also has the same error
   ICertificate2Ptr pCert(__uuidof(Certificate));

"Sahil" <coder@topcoder.com> wrote in message
news:#RjxqshFEHA.4008@TK2MSFTNGP10.phx.gbl...
> Hello,
> my application uses capicom and runs ok under windows XP sp1 and windows
> 2000 professional. when i execute
> my application under windows 2000 server 5.00.2195 sp4 . it is failed to
> call CAPICOM i tried copying the same capicom dll nd regestering it, but
to
> no avail. is there any compaitability issues of CAPICOM ?
>
> ps: i've CAPICOM 2.0 version
>
> Thanks.
>
>



Relevant Pages

  • Re: Newbie: Getting my head around Certificates
    ... and does not ship with Windows. ... CAPICOM as part of your application. ... To retrieve the server SSL certificate used by IE, ... > .Display() method of the ICertificate2 interface. ...
    (microsoft.public.platformsdk.security)
  • RE: CAPICOM on Windows NT
    ... Microsoft Internet Explorer 5 or later is required ... Windows 2000/NT, Windows Me/98/95 ... | Subject: CAPICOM on Windows NT ... | 2000 Server machine as an internal Certificate Authority ...
    (microsoft.public.platformsdk.security)
  • Re: Update KB 931906
    ... CAPICOM 2.1.0.2\Lib\X86". ... Auch das "V2102" im Namen des Updates findest Du in der Beschreibung bzw. ... schreibung in einer anderen Sprache als Englisch. ... Macht euer Windows sicherer: http://windowsupdate.microsoft.com - jetzt! ...
    (microsoft.public.de.german.windowsxp.sonstiges)
  • CAPICOM and Windows NT 4
    ... I'm trying to install CAPICOM 2.1.0.1 on a machine with Windows NT 4.0 ... Service Pack 6a and when I run regsvr32 on CAPICOM.DLL, ... error code and found that the error code means "The specified procedure ... I found that the CAPICOM DLL references a function ...
    (microsoft.public.platformsdk.security)
  • Re: possibly capicom bug?
    ... I'm sure that it's not a bug. ... Main program of CAPICOM Store sample. ... > both version of windows! ... > certificate in an English version windows. ...
    (microsoft.public.platformsdk.security)