After googling around, it appears that the only fix for a
"System.Security.SecurityException: That assembly does not allow
partially trusted callers" error associated with the DLL for
recaptcha:RecaptchaControl is to recompile the code myself and allow
permissions for partially trusted callers (this is for a project with
a client who appears to be using shared hosting). I've located the SVN
at
http://code.google.com/p/recaptcha/source/browse/, but when trying
to run an "SVN Checkout" with TortoiseSVN, I get the following error:
"Server sent unexpected return value (405 Method Not Allowed) in
response to
OPTIONS request for '
http://code.google.com/p/recaptcha/source/
browse'"
When I download individual files from
http://code.google.com/p/recaptcha/source/browse/#svn%2Ftrunk%2Frecaptcha-plugins%2Fdotnet
(just right-clicking and doing a Save As in the browser) and running
the solutions/project files in Visual Studio, I get errors.
Any thoughts on how I can get the source code to recompile or, better
yet, deal with the "That assembly does not allow partially trusted
callers" error directly?
Thanks,
John