assemblies - In what location does a .NET app look for .NET assembly file? -


How does a compiled .NET app look for the .NET app file?

If the assembly file is not found in the folder, and is not found in GAC, and where else will it look?

This will give you some information on the subject:


Comments