Top "Assemblies" questions

Assemblies are collections of compiled .Net types and resources grouped into a logical and physical unit (in the form of a .dll file or .exe file).

Assembly binding redirect does not work

I'm trying to set up an assembly binding redirect, using the following app.config: <configuration> <runtime> &…

c# .net binding assemblies reference
Why should you remove unnecessary C# using directives?

For example, I rarely need: using System.Text; but it's always there by default. I assume the application will use …

c# assemblies using
What are the best practices for using Assembly Attributes?

I have a solution with multiple project. I am trying to optimize AssemblyInfo.cs files by linking one solution wide …

.net assemblies attributes assemblyinfo
How do you install files in the assembly in Windows Server 2008?

Typically what I used to do is drag and drop the files onto the GAC folder. This works in Windows 2000 &…

.net assemblies windows-server-2008
Strange Error - CS0012: The type x is defined in an assembly that is not referenced

The type 'x' is defined in an assembly that is not referenced. You must add a reference to assembly 'abc123…

wpf user-controls .net-2.0 assemblies repeater
How to save DLLs in a different folder when compiling in Visual Studio?

Let's suppose I have a Window Forms / Console Application C# project with some external references and references to other class …

c# visual-studio assemblies projects-and-solutions
Difference Between Assembly and DLL

What is the difference between Assembly and a DLL? While sending the code to a remote client, should a DLL …

.net assemblies
Loading multiple versions of the same assembly

I'm working with a third-party assembly and unfortunately I now need to load their latest and a previous version into …

c# assemblies appdomain multiple-versions
Assembly version from command line?

Is there a Microsoft tool to get the assembly version of a DLL file from a command line? (I know …

dll visual-studio-2010 assemblies version
Two different assembly versions "The located assembly's manifest definition does not match the assembly reference"

I have a project that I am working on that requires the use of the Mysql Connector for NHibernate, (Mysql.…

c# nhibernate assemblies migratordotnet