Skip Navigation
C# Programming @lemmy.einval.net NormalPersonNumber3 @lemmy.einval.net

How Binaries/Assemblies are located and loaded in .NET Applications

learn.microsoft.com How the Runtime Locates Assemblies - .NET Framework

Learn how the common language runtime (CLR) locates and binds to the assemblies that make up your application in .NET.

How the Runtime Locates Assemblies - .NET Framework

I was trying to help a former coworker figure out why an assembly seemed to be missing when an application was copied from one computer to another, as the application directory usually contains all the assemblies it needs with it. As part of my research, I found this article which specifies ALL of the rules of how the .NET Runtime locates them.

I figured I would share, since a lot of people can get tripped up by this.

0
0 comments