Friday, May 9, 2008

What tasks does the common language runtime perform to locate and bind an assembly?

The common language runtime performs the following tasks, in the order listed, to locate and bind to assemblies:

Determines the correct assembly version

Checks for the previously loaded assembly

Checks the global assembly cache

Locates the assembly through the codebase setting or probing

No comments: