bug in CAPICOM?
I think there is a problem with the CertificateStatus object in capicom.
Whenever I use the status property of the CertificateStatus object, then
the process that uses it gets stuck in memory.
I'm using CAPICOM version 1.0A.
# 1 Re: bug in CAPICOM?
"rajeev dutt" <rajeev.dutt@compaq.com> wrote:
>
>I think there is a problem with the CertificateStatus object in capicom.
>Whenever I use the status property of the CertificateStatus object, then
>the process that uses it gets stuck in memory.
>
>I'm using CAPICOM version 1.0A.
I mean the Result property.
# 2 Re: bug in CAPICOM?
"rajeev dutt" <rajeev.dutt@compaq.com> wrote:
>
>"rajeev dutt" <rajeev.dutt@compaq.com> wrote:
>>
>>I think there is a problem with the CertificateStatus object in capicom.
>
>>Whenever I use the status property of the CertificateStatus object, then
>>the process that uses it gets stuck in memory.
>>
>>I'm using CAPICOM version 1.0A.
>
>I mean the Result property.
what do you mean - get's stuck in memory? do you have some code i can use
to get a repro?
# 4 Re: bug in CAPICOM?
"ouidadi redouane" <redwac@caramail.com> wrote:
>
>"Michael Howard" <mikehow@microsoft.com> wrote:
>>
>change you version of internet Explorer. Put the last version.
>i had the same problem, i think
>
What version of IE are you using? I'm using IE 6 and I'm still getting this
problem. The problem is that the the process does not get released even
though the corresponding application is supposed to have shut down ie. a
memory leak.
# 5 Re: bug in CAPICOM?
I'm trying to use Capicom dll (version 1) in the VB application. I have a
attached signed string stored in the database. I get that signed string
and verify it using Capicom's SignedData object. And write it to a file using
FileSystemObject.
The only capicom object I'm using is SignedData.
If I run this application from Vb (not direct exe), it works fine, does
all required things,ends comes out of run mode to design mode. And after
nearly 15/20 minutes, vb IDE hangs. I have to end it from Task Manager.
Why it's happening?
If I run exe, even when it ends task manager goes on displaying it. May be
it remains in memory. I'm using only SignedData.Verify method. If I comment
that SignedData code, it doesn't give any problem. I tried runnig it on Win
NT 4.0,SP6,IE5.5 and Windows me IE5.5
Could u sort out ur problem? Can u guide me on this?
Thanks & Regards.
"rajeev dutt" <rajeev.dutt@compaq.com> wrote:
>
>"ouidadi redouane" <redwac@caramail.com> wrote:
>>
>>"Michael Howard" <mikehow@microsoft.com> wrote:
>>>
>>change you version of internet Explorer. Put the last version.
>>i had the same problem, i think
>>
>What version of IE are you using? I'm using IE 6 and I'm still getting
this
>problem. The problem is that the the process does not get released even
>though the corresponding application is supposed to have shut down ie. a
>memory leak.