Error message with CAPICOM 2.1.0.2 Not enough storage is available

S

Salva

Hi everybody,

I need some help.

With CAPICOM 2.1.0.1, when I try to store certificates from a smart card I use

Store := CoStore.Create;
Cert:=CreateComObject(CLASS_Certificate) as ICertificate2;
Store.Open(CAPICOM_SMART_CARD_USER_STORE,
'MY',CAPICOM_STORE_OPEN_READ_ONLY);

without any problem.

I have updated with CAPICOM 2.1.0.2, and the same code produces an error
message:"Not enough storage is available to complete this operation" when
store.open.

I need use this library.

My os is Microsoft Windows XP Professional Version 2002. SP3.
My Internet explorer is Windows Internet Explorer 8 Version 8.0.6001.18702.

Can you help me, please?

Thank you.
Salva
 
P

Pegasus [MVP]

Salva said:
Hi everybody,

I need some help.

With CAPICOM 2.1.0.1, when I try to store certificates from a smart card I
use

Store := CoStore.Create;
Cert:=CreateComObject(CLASS_Certificate) as ICertificate2;
Store.Open(CAPICOM_SMART_CARD_USER_STORE,
'MY',CAPICOM_STORE_OPEN_READ_ONLY);

without any problem.

I have updated with CAPICOM 2.1.0.2, and the same code produces an error
message:"Not enough storage is available to complete this operation" when
store.open.

I need use this library.

My os is Microsoft Windows XP Professional Version 2002. SP3.
My Internet explorer is Windows Internet Explorer 8 Version
8.0.6001.18702.

Can you help me, please?

Thank you.
Salva

This error condition can be generate under a large number of conditions - it
all depends on the application. You can generate it yourself like so:
1. Open a Command Prompt.
2. Type this command: cscript %comspec%\
(don't forget the trailing backslash!)

You need to discuss the problem with the Capicom helpdesk. Perhaps you can
find an answer in the Capicom FAQs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top