Top "Assembly-resolution" questions

Could not load file or assembly System.Net.Http, Version=4.0.0.0 with ASP.NET (MVC 4) Web API OData Prerelease

Problem After installing the Microsoft ASP.NET Web API OData package 5.0.0-rc1 prerelease I end up with the following exception: …

asp.net-mvc-4 asp.net-web-api odata assembly-resolution
using FUSLOGVW.EXE on a machine with no Visual Studio installed

I'm currently having some assembly binding problems on our development server. I want to investigate the problem a bit further …

.net assembly-resolution fusion-log-viewer
Tips to help debug "Could not load file or assembly X or one of its dependencies"

I'm looking for tips/suggestions/insights to help debug an on application load issue; Could not load file or assembly... …

.net exception visual-studio-2010 assembly-resolution
Could not load file or assembly 'System.Web.Http, Version=5.0.0.0

After installing Microsoft.Aspnet.Webapi.Webhost package to my web api project, I end up with the following exception: Could …

asp.net-web-api nuget-package assembly-resolution
Resolve assembly references from another folder

I am developing an application which references and uses some third party assemblies from a certain Vendor; in development box …

c# .net clr assembly-resolution
Debugging error "The Type 'xx' is defined in an assembly that is not referenced"

The full error is as follows: The type 'System.Windows.Forms.Control' is defined in an assembly that is not …

c# visual-studio-2008 debugging assembly-resolution
Assembly references won't resolve properly on our build server

We code in C# using VS2008 SP1. We have a server that runs Team System Server 2008 which we use for …

c# tfsbuild assembly-resolution
The "SlowCheetah.Xdt.TransformXml" task could not be loaded from the assembly

After installing Slow Cheeath (v. 2.5.10.3) to two projects in my solution, I am receiving the following error: "The "SlowCheetah.Xdt.…

visual-studio-2012 dependencies nuget-package assembly-resolution slowcheetah
Assembly Binding Error: Bind result: hr = 0x80070002. The system cannot find the file specified

I have a Visual Studio 2010 solution that contains a class library (ProjectA) and two Sharepoint projects (ProjectB & ProjectC). The …

c# .net-assembly assembly-resolution
AppDomain.CurrentDomain.AssemblyResolve asking for a <AppName>.resources assembly?

using the code How to embed a satellite assembly into the EXE file provided by csharptest.net, I've created a …

c# assemblies assembly-resolution