Assembly.LoadFrom
でHTTPSパスを使用できません。Assembly.LoadFromを使用してHTTPSサイトからダウンロードできません
TrustAllCertificatePolicy
を使って試してみましたが、うまく動作しませんでした。
私はクライアントマシンからcaspolを使用してサーバーにfulltrustを与えました。同じURLがsslを無効にして動作します。これは、sslが有効になっている場合にのみ機能しません。助けてください。
例外は次のとおりです。
System.IO.FileLoadException: Security problem encountered when connecting to URL for 'https://ip/tasks/tasks.dll'. File name: 'https://ip/tasks/tasks.dll'
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity,
Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity,
StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence,
Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, StackCrawlMark& stackMark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile, Evidence securityEvidence)
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated
with assembly bind failure logging. To turn this feature off, remove the registry value
[HKLM\Software\Microsoft\Fusion!EnableLog].
HKLM \ Software \ Microsoft \ Fusion!EnableLogを設定して、より良い例外ログを取得できますか? –