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).

How can I reference a dll in the GAC from Visual Studio?

This assembly is in the GAC: Microsoft.SqlServer.Management.RegisteredServers.dll How can I add a reference to this assembly …

visual-studio assemblies gac
How do I list all loaded assemblies?

In .Net, I would like to enumerate all loaded assemblies over all AppDomains. Doing it for my program's AppDomain is …

c# .net assemblies
How to add folder to assembly search path at runtime in .NET?

My DLLs are loaded by a third-party application, which we can not customize. My assemblies have to be located in …

.net search assemblies path
Could not load file or assembly HRESULT: 0x80131515 (When adding controller to MVC project that has assembly references on network drive)

I've seen this: VSTS 2010 SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x80131515) and none of the …

asp.net-mvc visual-studio-2010 assemblies .net-assembly
How to merge multiple assemblies into one?

I consuming my service stack using EXE project (startup task for azure application) in that I have copied following service …

c# assemblies exe ilmerge servicestack
How to get C#.Net Assembly by name?

Is there something like: AppDomain.CurrentDomain.GetAssemblyByName("TheAssemblyName") so instead of looping through AppDomain.CurrentDomain.GetAssemblies(), we could just get …

c# assemblies
Cannot add System.Web.dll reference

I'm trying to use the HTTP functions contained in the System.Web.dll assembly. However, whilst the dll seems to …

c# .net visual-studio-2010 assemblies system.web
Why am I getting Could not load file or assembly error on a System.Configuration DLL when using framework 4.0?

Immediately after we upgraded to visual studio 2010 and the 4.0 framework our trunk build started breaking with the Could not load …

assemblies .net-4.0 dll cruisecontrol.net
What exactly is an Assembly in C# or .NET?

Could you please explain what is an Assembly in C# or .NET? Where does it begin and where does it …

c# .net assemblies
C# - Fastest way to get resource string from assembly

I really don't know/have the answer, knowledge to find a resource value using a key from a resx file …

c# performance resources assemblies resx