i'm currently want to register my dll in Vista platform.
while running the cmd-"regsvr32 ccc.dll" i got the error
the module "ccc.dll" was loadaed but the call to DllRegisterServer failed with error code 0x8009006
fyi, i already run the cmd as the administrator mode.
do u have any idea about this matter. one of my friend told me that there is no more regsvr32 in vista platform.
is it true?
-
-
Error code 0x80090006 means "Invalid Signature"
-
> my friend told me that there is no more regsvr32 in vista platform. is it true?
No. -
thanks..Matthew van Eerde said:> my friend told me that there is no more regsvr32 in vista platform. is it true?
No. -
Hi Zippy,ZippyV said:Error code 0x80090006 means "Invalid Signature"
I already managed to register the dll in Vista platform. I just copy the cspSign program to system32 folder and run the cmd:
cspSign c mimoscsp.dll
I managed to sign it. The dll is already registered in the registry.
But, when i run the test program from cmd line: testcsp.exe, i got the same error message:
CryptAcquireContext returned error2 80090006
Do u have any idea about this?
Thank You.
-
Check out this link if you are writing a Cryptographic Service Provider dll. You don't register your dll by going to regsvr32. You have to create a special setup program.izyani said:
Hi Zippy,ZippyV said:*snip*
I already managed to register the dll in Vista platform. I just copy the cspSign program to system32 folder and run the cmd:
cspSign c mimoscsp.dll
I managed to sign it. The dll is already registered in the registry.
But, when i run the test program from cmd line: testcsp.exe, i got the same error message:
CryptAcquireContext returned error2 80090006
Do u have any idea about this?
Thank You. -
actually, i'm having the setup program. but when i want to compile, it return error here and there.ZippyV said:
Check out this link if you are writing a Cryptographic Service Provider dll. You don't register your dll by going to regsvr32. You have to create a special setup program.izyani said:*snip*
anyway, i managed to solve the problem.
1-cmd : c:\windows\system32\cspSign c xxxx.dll
2-cmd : c:\windows\system32\regsvr32 xxxx.dll
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.