#author("2021-12-22T07:30:46+00:00","default:admin","admin") #author("2021-12-22T07:35:17+00:00","default:admin","admin") -[[.NETアセンブリをロードするには(PowerShell 入門):https://blog.powershell-from.jp/?p=248]] *GAC [#xbc12c62] -[[Gacutil.exe (グローバル アセンブリ キャッシュ ツール):https://docs.microsoft.com/ja-jp/dotnet/framework/tools/gacutil-exe-gac-tool]] -[[方法: アセンブリをグローバル アセンブリ キャッシュにインストールする:https://docs.microsoft.com/ja-jp/dotnet/framework/app-domains/install-assembly-into-gac?redirectedfrom=MSDN]] **GACにインストール [#z4a94285] ***Windowsインストーラーを使用 [#a439d7fb] -推奨 ***Visual Studio 開発者用 PowerShell を使用 [#udc90ccc] -C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\LaunchDevCmd.bat を起動 -以下のコマンドを実行 gacutil -i ****.dll