Ever wonder how .NET finds the assemblies that you reference ?
Posted by: MS-Joe,
on 29 Jun 2009 |
View original | Bookmarked: 0 time(s)
From the Developers Guide To successfully deploy your .NET Framework application, you must understand how the common language runtime locates and binds to the assemblies that make up your application. By default, the runtime attempts to bind with the exact version of an assembly that the application was built with. This default behavior can be overridden by configuration file settings. The common language runtime performs a number of steps when attempting to locate an assembly and resolve...