• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Printer CD installation requires missing cryptography registry keys

cupajava

Member
For whatever reason, when I try to load my printer installation cd, I get prompted saying that three dll files are missing along with their corresponding reg keys. I installed the dll files but I need the reg keys as well. They all have to do with cryptography. From what I understand these reg keys should have been installed with XP. I am running MCE 2005. I DON'T want to have to reinstall the OS to get these added. The dlls are as follows: SLBCSP.DLL, SCCBASE.DLL, GPKCSP.DLL. How do I get the reg keys added for these dlls? I am not an expert using regedit by any means.
 
Try this: 🙂
1. Click Start, and then click Run.
2. In the Open box, type cmd, and then click OK.
3. At the command prompt, type regsvr32 SLBCSP.DLL, and then press ENTER.
4. Click OK when you receive the message that DllRegisterServer in SLBCSP.DLL succeeded.
5. Repeat steps 1 through 4 for the following files: Gpkcsp.dll, Sccbase.dll
6. Type exit, and then press ENTER to quit Command Prompt.
 
Back
Top