通話中
Assembly.Load("System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes");
.net 4.03 アプリケーション内では、正しい 4.0.0.0 System.Core にリダイレクトする必要があります
私のマシンでは、コンソール アプリと ASPX ページ内で動作します。
ただし、Dynamics MS CRM Plugin 内から呼び出すと失敗します
System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The system cannot find the file specified.
FUSION エラーもありません。リダイレクトがスキップされるプラグインの実行方法の特別な点は何ですか?