Forum Moderators: open
exception thrown = "Cryptographic service provider (csp) for this algorithm could not be found."
rather than force enforce .net compatibility (wasnt .net supposed to banish this bugaboo from the kingom forever?), im thinking the better solution is to reference the library directly, and set to 'copy local'
If this works Id like any information anyone has on why the incompatibility exists, and what is considered to be the most recent stable version of the library.
Thanks.
VLG
r.i. software developers
You probably saved me another 1000 failed attempts. Server is a fresh 2000 install, but there are service pack discrepancies between the development machine and the target. Any wisdom written on how to handle this possibility in commercial applications? I can update the service pack on the test server, but was hoping to avoid any dependencies in the installer.
Sincerely
VLG
Well, there go my government contracts...LOL
That was it by the way. Interestingly, it only seems to affect the 3DES csp. Another app using MD5, works on the base install. Im going to backtrack and see if I can find any references to exactly what the change to the library was, while I ponder whether or not It might not be better to write a 3DES module.
Thanks again,
VLG