Re: Problem in deploying Credential Provider in Vista Ultimate 64.
- From: Eric Perlin [MSFT] <EricPerlinMSFT@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 17 Jun 2007 22:41:00 -0700
Although I haven't verified it myself, I would expect these samples to build
and work for 64-bit.
There's probably a setting you need to change in your build environment but
I'm unfortunately not going to be of much for this (not a VC/VS/SDK user)...
There are plenty of articles on 64-bit programming though, like this one:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/win64/win64/introducing_64_bit_windows.asp
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Eric Perlin [MSFT]
"danish.online@xxxxxxxxx" wrote:
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: danish . online
- 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
- Re: Problem in deploying Credential Provider in Vista Ultimate 64...Pl
- From: danish . online
- Problem in deploying Credential Provider in Vista Ultimate 64...Plz Help???
- Prev by Date: Performing tasks on user login/logout
- Next by Date: RE: folder virtualisation
- Previous by thread: Re: Problem in deploying Credential Provider in Vista Ultimate 64...Pl
- Next by thread: Re: Problem in deploying Credential Provider in Vista Ultimate 64.
- Index(es):
Relevant Pages
|