Top "Assembly-loading" questions

Questions regarding loading assemblies in.

Difference between LoadFile and LoadFrom with .NET Assemblies?

I was looking at the msdn documentation and I am still a little confused on what exactly is the difference …

.net assemblies system.reflection assembly-loading
Could not load file or assembly 'Microsoft.Practices.Unity'

I am trying to upgrade Unity to version (2.1.505.2), but when I run the application I get the following FileLoadException Could …

c# assembly-loading
Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=11.0.0.0'

I am using MSTest.TestAdapter and MSTest.TestFramework both version 1.2.0 for my MS tests unit tests. On my local machine (…

c# .net unit-testing mstest assembly-loading
"System.IO.FileNotFoundException: Could not load file or assembly" when the assembly does in fact exist

As part of our migration from .net 1.1 to .net 3.5, we had to change out a few vender DLLs. One of …

vb.net filenotfoundexception assembly-loading
Could not load file or assembly 'Magick.NET-x64' issue on mvc application

I am using the Magick.net library in an mvc3 web application and these are steps i did My project …

c# asp.net-mvc-3 magick.net assembly-loading
Activator.CreateInstance: Could not load type from assembly

I'm trying to create an instance of a class implemented in a plugin .dll in my project to do type …

c# reflection .net-assembly assembly-loading
Loading an assembly targeted for .NET 4.5 on a .NET 4.0 app domain

Assuming the system has .NET 4.0 and .NET 4.5 installed. Is it possible to load and work with a .NET 4.5 assembly from …

c# .net .net-4.0 .net-4.5 assembly-loading