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 troubleshoot : System.TypeLoadException?

Can you show me a way to troubleshoot System.TypeLoadException ? I am having this exception for an existing project in …

c# .net reference assemblies typeloadexception
Sql Server CLR load assembly failed

I am trying to deploy an CLR TVF (table value function). In the code I am using JavaScriptSerializer to parse …

c# sql-server assemblies clr sqlclr
How to reference a namespace from a specific assembly?

So here is my problem. My (test) project references both Castle Windsor and Rhino Mocks. I am creating a class …

c# .net assemblies
What does it really mean to target a framework, and how do I maximize compatibility?

Greetings all, This has confused me ever since I first started coding in C#. My goal is to create an …

c# .net assemblies compatibility backwards-compatibility
Google Protobuf 3.0.0 assemblies for C#

In our project we successfully use Google Protobuf for C++. Now there is a need to compile the same *.proto …

c# .net assemblies protocol-buffers protobuf-csharp-port
Is it possible to execute a .NET dll without an exe to load it?

I'm curious if there's a way to execute a static .DLL method in a new process without having to create …

.net assemblies createprocess
How to check if a certain assembly exists?

I'm using the Activator to instantiate a new class based on the short name of an assembly (e.a. 'CustomModule'). …

c# reflection assemblies c#-2.0 activator
Accessing unregistered COM objects from python via a registered TLB

I have three pieces of code that i'm working with at the moment: A closed source application (Main.exe) A …

python com interop assemblies win32com
Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?

I have a simple Windows Forms (C#, .NET 2.0) application, built with Visual Studio 2008. I would like to support multiple UI …

c# .net winforms localization assemblies
How to load a .NET assembly for reflection operations and subsequently unload it?

I'm writing a tool to report information about .NET applications deployed across environments and regions within my client's systems. I'd …

.net assemblies appdomain assembly-attributes