私はWPFアプリケーションを持っています。それを構築しながら、私は次のエラーを取得しています:HRESULTからの例外:0x80070057(E_INVALIDARG)
Could not load file or assembly or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
アプリケーションは
Exが(Debugフォルダとして)仮想ドライブからアセンブリをロードしようとしている:[SUBST R:C:[私の組立ビンPTHを]
私はネットワークワークドライブとしてc:\ binをマウントしていて、エラーが発生していました。
This assembly may have been downloaded from the Web. If an assembly has been downloaded from the Web, it is flagged by Windows as being a Web file, even if it resides on the local computer. This may prevent it from being used in your project. You can change this designation by changing the file properties. Only unblock assemblies that you trust. See http://go.microsoft.com/fwlink/?LinkId=179545 for more information.
編集: 私は途中でプロパティウィンドウでブロックを解除]ボタンを見つけることができないのです。
この[解答](https://でのstackoverflow .com/a/11743430/465053)は非常に参考になります。 – RBT