PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework CertOpenStore Gives Error#5 "Access is denied" for Smartphone application... It's urgent

Reply

CertOpenStore Gives Error#5 "Access is denied" for Smartphone application... It's urgent

 
Thread Tools Rate Thread
Old 05-12-2006, 02:29 PM   #1
Ansh
Guest
 
Posts: n/a
Default CertOpenStore Gives Error#5 "Access is denied" for Smartphone application... It's urgent


Hi All,
I am trying to open store in my Smartphone application as follows:
systemStore = CertOpenStore(
CERT_STORE_PROV_SYSTEM,
0,
NULL,
CERT_STORE_ENUM_ARCHIVED_FLAG /*LOWORD*/ |

CERT_SYSTEM_STORE_LOCAL_MACHINE /*HIWORD*/,
_T("ROOT"));

DWORD dwErr = GetLastError();

Here it gives me Error #5 which is "Access is denied.". My application
tries to connect to a remote server which i had given certificate.

My Pocket PC client works well with
systemStore = CertOpenSystemStoreW(NULL, _T("ROOT"));
Here i get a valid handle to the store when i connect to the same
server.

Rest of the things are same in both the cases there is only difference
of API used to open the store.

Can anyone tell me what can be the possible reason behind it.

Thanks in Advance,
Ansh

  Reply With Quote
Old 11-12-2006, 06:21 AM   #2
Ansh
Guest
 
Posts: n/a
Default Re: CertOpenStore Gives Error#5 "Access is denied" for Smartphone application... It's urgent

Anyways friends, i got the solution. I just reinstallled emulator then
it works fine for me. I dont know whats the reason behind it. But if
somebody is facing this prob then reinstalling the emulator should work
for him.

Thnx ,
Ansh

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off