Top "Assembly-resolution" questions

probing privatePath and subdirectories

In my application I would like to put DLL files in a subdirectory. I'm using the probing element in app.…

.net assembly-resolution
C#: Custom assembly directory

Say we have an application which consists of one executable and 5 libraries. Regularly all of these will be contained in …

c# assemblies assembly-resolution
Why is my project's assembly missing from the package when I debug?

I've got a SharePoint project that I've been debugging for some time without problems. Today I added a feature receiver …

deployment sharepoint-2010 assembly-resolution wsp feature-receivers
How do I reference assemblies outside the bin folder in an ASP.net application?

I've a working XML Web service written in ASP.Net. Now I need to reference certain assemblies lying in a …

asp.net assembly-resolution
Loading .NET Assembly From Memory Instead of Disk

I am having a perplexing problem trying to load a .NET assembly from memory instead of from the disk. If …

c# .net .net-assembly assembly-resolution
How to assembly redirect log4net to newer version

I just upgraded log4net in my project and am having some assembly binding issues because a component relies on …

.net .net-assembly assembly-resolution assembly-binding-redirect
visual studio express 2012 app.config remapping assembly

I moved a project from MVC 3 to MVC 4 a while ago now. when I build, I get the messages 1> …

visual-studio-2012 assembly-resolution
Exception with Resolving assemblies: Attempt to load an unverifiable executable with fixups

I'm embedding required assemblies to my project and resolving them on runtime with AppDomain.CurrentDomain.AssemblyResolve event. All works okay …

c# assembly-resolution
How to reference assembly from web.config?

I need to add reference to 'System.XML.dll' assembly into web.config (in order to try solution for problem, …

.net asp.net assembly-resolution publickeytoken
Upgrade a reference dll in a C# project without recompiling the project

I need to take a built version of an C# application and change one of the reference dll's. What is …

c# dll reference version assembly-resolution