Sajidur78 / CredNet

CredNet is a library for easily creating windows credential providers with .Net.
MIT License
17 stars 3 forks source link

Installation #10

Closed subu1979 closed 2 years ago

subu1979 commented 2 years ago

Hi,

Cloned & Re-builed the code in VS-2017.

On a virtual box (Windows 10), i have installed the Credential Provider using Install.reg. When i restart / Sign-out the System, could not see the NEW Credential Provider.

Sajidur78 commented 2 years ago

Hi, make sure the credential provider assembly is registered to COM otherwise it won't show up. The assembly can be registered using regasm or with an installer project.

subu1979 commented 2 years ago

Thanks.