This question already has an answer here:
这个问题在这里已有答案:
- Where is the .NET Framework Global Assembly Cache? 2 answers
- How do I register a .NET DLL file in the GAC? 11 answers
.NET Framework全局程序集缓存在哪里? 2个答案
如何在GAC中注册.NET DLL文件? 11个答案
I read more about GAC but i am not clear till now.
我阅读了更多关于GAC的内容,但直到现在我还不清楚。
Few things what i gathered is, GAC has same assembly with different versions. But i cannot able to find how to create two assembly with different versions and keeping in same folder.
我收集的内容很少,GAC拥有不同版本的相同程序集。但我无法找到如何创建具有不同版本的两个程序集并保持在同一文件夹中。
1 个解决方案
#1
22
It is located in %windir%\assembly (for example, C:\WINDOWS\assembly) and it is a shared repository of libraries.
它位于%windir%\ assembly(例如,C:\ WINDOWS \ assembly)中,它是库的共享存储库。
#1
22
It is located in %windir%\assembly (for example, C:\WINDOWS\assembly) and it is a shared repository of libraries.
它位于%windir%\ assembly(例如,C:\ WINDOWS \ assembly)中,它是库的共享存储库。