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

Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Elmah.MVC issue

Locally - my MVC 4, asp.net, c# app runs fine on IIS 8 / Windows 8. When deployed to Windows Server 2008, I get …

asp.net asp.net-mvc asp.net-mvc-4 assemblies elmah.mvc
How do I find the fully qualified name of an assembly?

How do I find out the fully qualified name of my assembly such as: MyNamespace.MyAssembly, version=1.0.3300.0, Culture=neutral, PublicKeyToken=…

c# deployment assemblies strongname
Find out dependencies of all DLLs?

I have a collection of DLLs(say 20). How do I find out all the DLLs on which one specific DLL (…

c# .net-assembly assemblies
using ILMerge with .NET 4 libraries

Two problems: 1) Basic .NET Assembly Not Included in ILMerged Assembly I'm having trouble using ILMerge in my post-build after upgrading …

.net dll assemblies c#-4.0 ilmerge
How to load Assembly at runtime and create class instance?

I have a assembly. In this assembly I have a class and interface. I need to load this assembly at …

c# dll reflection load assemblies
Error reading assemblies: No assembly descriptors found

I get Error reading assemblies: No assembly descriptors found when building my project. I'm trying to set permissions for my .…

assemblies maven-assembly-plugin
how to load all assemblies from within your /bin directory

In a web application, I want to load all assemblies in the /bin directory. Since this can be installed anywhere …

c# assemblies
C#: why sign an assembly?

In some C# code I have taken over (in Visual Studio 2005), I have noticed that the assemblies are all signed …

c# assemblies
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
Gacutil.exe successfully adds assembly, but assembly not viewable in explorer. Why?

I'm running GacUtil.exe from within Visual Studio Command Prompt 2010 to register a dll (CatalogPromotion.dll) to the GAC. After …

.net windows assemblies gac gacutil