Re: CAPICOM error
From: Sahil (coder_at_topcoder.com)
Date: 03/31/04
- Next message: Kumar Talinki: "Re: Interoperability problem in encrypting and decrypting files between 2K & XP"
- Previous message: Sahil: "Re: CAPICOM error"
- In reply to: Sahil: "CAPICOM error"
- Next in thread: Sahil: "Re: CAPICOM error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
>
>
- Next message: Kumar Talinki: "Re: Interoperability problem in encrypting and decrypting files between 2K & XP"
- Previous message: Sahil: "Re: CAPICOM error"
- In reply to: Sahil: "CAPICOM error"
- Next in thread: Sahil: "Re: CAPICOM error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|