문제

I know that how CLRprobing assembly but I want to know:Is CLRprobing assembly in GAC folder?

도움이 되었습니까?

해결책

The CLR will check the GAC prior to using the probing hints. The full details of the order in which assemblies are found are located on MSDN.

Basically, once the CLR knows which assembly (including version) needs to be found, it sees if it's loaded already, then checks the GAC, then probes using the probing hints.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top