Re: Problem in deploying Credential Provider in Vista Ultimate 64...Pl
- From: danish.online@xxxxxxxxx
- Date: Wed, 13 Jun 2007 22:43:49 -0700
On Jun 14, 7:40 am, Eric Perlin [MSFT]
<EricPerlinM...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
For logon, you need a native (i.e. 64-bit) provider.
Logonui.exe (the host for the credential providers) is native. It can only
load native dlls.
The 32-bit provider can still be useful though. It's used in the credui
scenarios when the calling application is 32-bit.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Eric Perlin [MSFT]
"danish.onl...@xxxxxxxxx" wrote:
Hi All and Eric,
Thanks for your previous replies. I am facing following problem in
Credential Provider,
1.When, I simply deploy the Microsoft
SampleWrapExistingCredentialProvider (32 bit VC++ 2005 Win 32 dll)
with out incorporating any changes in code to Vista Ultimate 64, but
it's not loading by Login UI. Although, I am adding it's dll in
SysWOW64 folder and also have incorporated the following changes in
Credential dll registry file;
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
\Authentication\Credential Providers\{ACFC407B-266C-4085-8DAE-
F3E276336E4B}]
@="SampleWrapExistingCredentialProvider"
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{ACFC407B-266C-4085-8DAE-
F3E276336E4B}]
@="SampleWrapExistingCredentialProvider"
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{ACFC407B-266C-4085-8DAE-
F3E276336E4B}\InprocServer32]
@="SampleWrapExistingCredentialProvider.dll"
"Threading Model"="Apartment"
Please help me, what I am missing here...???
Regards,
--Danish
Software Engineer
EzValidation, Inc- Hide quoted text -
- Show quoted text -
Thanks for being replying Eric. Please help me, where can, I find 64
bit Credential Provider Samples. The 5 Credential Provider Samples
that, I have downloaded had the support for Vista 64 Ultimate from the
following link,
http://www.microsoft.com/downloads/details.aspx?FamilyID=b1b3cbd1-2d3a-4fac-982f-289f4f4b9300&DisplayLang=en
Or are there some Configuration Settings for the IDE of VC++ 2005 (VS
2005 Professional) for this Wrap Credential Provider to build and
deploy on 64 Bit Vista Ultimate?
Please help me out here...???
Regards,
--Danish
.
- Follow-Ups:
- Re: Problem in deploying Credential Provider in Vista Ultimate 64.
- From: Eric Perlin [MSFT]
- Re: Problem in deploying Credential Provider in Vista Ultimate 64.
- References:
- Problem in deploying Credential Provider in Vista Ultimate 64...Plz Help???
- From: danish . online
- Problem in deploying Credential Provider in Vista Ultimate 64...Plz Help???
- Prev by Date: Re:gina inituser problem
- Next by Date: Thanks Eric, Please tell about 64 bit Credential Provider or VS 2005 VC++ Settings for Vista 64???
- Previous by thread: Problem in deploying Credential Provider in Vista Ultimate 64...Plz Help???
- Next by thread: Re: Problem in deploying Credential Provider in Vista Ultimate 64.
- Index(es):
Relevant Pages
|