Cryptographic service provider not found for this algorithm

J

johnny

Im having a bit of a problem here...

I have made a application that does some encryption on strings. all
encryption is done on the target machine except for the
license file encryption...

but heres my problem... on some machines i get an error message stating
"Cryptographic service provider (CSP) could not be found for this algorithm"
I have checked and triplechecked that i have the framework, and framework
SP1 on the target machine but it still produces this error...
i have also tryed it on one other Windows XP machine with the same
framework, and framework sp1 install files and there it works fine

I have the system.security.dll installed on the machine where its not
working and it works flawlessly on my development box...

Does anyone have any idea on what may cause this and how to fix it?

im using both 3DES and SHA512 all that should be part of the framework
right?
 
G

Guest

Underneath the hood, I believe the Crypto providers in .NET use the Windows
Crypto Provider files. I do not remember the name of the DLL, but a quick
search should yield the DLL name to look for on those servers.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top