アセンブリ Awesome.DLL を作成した GAC について簡単な質問があります。署名した後、GAC にインストールします。
C:\MyApps\Awesome\Awesome\Awesome\bin\Release>sn -k Awesome.snk
Microsoft (R) .NET Framework Strong Name Utility Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Key pair written to Awesome.snk
C:\MyApps\Awesome\Awesome\Awesome\bin\Release>gacutil /i Awesome.dll
Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Assembly successfully added to the cache
C:\MyApps\Awesome\Awesome\Awesome\bin\Release>gacutil /l Awesome.dll
Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
The Global Assembly Cache contains the following assemblies:
Number of items = 0
私の問題:
Awesome.DLL は、C:\Windows\Assembly
またはサブ フォルダーのいずれにも見つかりません。これがC:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\
原因だと思いますが、参照の追加> .NetからAwesome.DLLを表示できません。
にインストールされないのはなぜC:\Windows\Assembly\
ですか? 代わりにその場所を指すにはどうすればよいですか?