Top ".net-assembly" questions

A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.

How to determine calling method and class name?

I'm currently developing a application logging library using the built in TraceListener. This library will be used in many projects …

c# .net logging reflection .net-assembly
"The located assembly's manifest definition does not match the assembly reference"

I have deployed an .NET WebAPI app (compiled against .NET 4.5.2, and running locally) into an Azure App Service. The error …

c# asp.net asp.net-mvc azure .net-assembly
From where do I reference a missing assembly (System.Net.Http.Formatting)?

In my Visual Studio 2013 RC project, I'm getting this err msg: "The type 'System.Net.Http.Formatting.MediaTypeFormatter' is defined …

.net-assembly visual-studio-debugging visual-studio-2013 system.net mediatypeformatter
How to register a .NET assembly as COM?

I have created a class library for a workflow on a local machine and build that. I moved the complete …

.net .net-assembly tridion
Could not load file or assembly 'Oracle.DataAccess error

I am building ASP.NET application with C# and I want to connect to oracle database. I have added reference …

c# asp.net oracle11g .net-assembly gac
How to add PNG resource in Visual Studio 2010?

I have a PNG (i.e. a compressed image) that I'd like to include in my assembly (i.e. application). …

.net visual-studio visual-studio-2010 resources .net-assembly
How to get the assembly (System.Reflection.Assembly) for a given type in .Net?

In .Net, given a type name, is there a method that tells me in which assembly (instance of System.Reflection.…

c# .net reflection .net-assembly
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
Best practices/guidance for maintaining assembly version numbers

I'm looking for pointers, suggestions, and even dictation on how to manage the three different assembly version numbers for a .…

.net version-control versioning .net-assembly assemblyversions
Why AppDomain.CurrentDomain.BaseDirectory not contains "bin" in asp.net app?

I have a web project like: namespace Web { public partial class _Default : System.Web.UI.Page { protected void Page_Load(…

c# asp.net .net-assembly