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.

VS 2015 : Could not load file or assembly 'System.Web.WebPages.Razor, Version=2.0.0.0

I am running a solution which contains different projects. However, i am trying to run a project (class library) which …

asp.net-mvc wcf nuget .net-assembly razor-2
Why does ASP.NET MVC 4 have so many NuGet packages and which are truly important?

As the title says, why do the ASP.NET MVC 4 projects have soooo many NuGet packages? Is the entire framework …

asp.net-mvc asp.net-mvc-4 nuget .net-assembly
Could not load file or assembly Microsoft.Win32.Primitives, Version=4.0.0.0

I am having problems running my web application. The project setup is ASP.NET Core web application (.NET Framework). I …

c# visual-studio web .net-assembly fileloadexception
How to load an .exe as a .NET assembly?

Can I just use?: Assembly.LoadFile Not sure if this is the way to do this? But when I try …

c# .net reflection .net-assembly
Get dependent assemblies?

Is there a way to get all assemblies that depend on a given assembly? Pseudo: Assembly a = GetAssembly(); var dependants = …

c# .net reflection .net-assembly
What does the portable class library actually solve?

I was wondering, what does the PCL actually solve? If all it does is limit me to what types are …

c# .net .net-4.5 .net-assembly portable-class-library
How to programmatically determine if .NET assembly is installed in GAC?

What's the easiest way to check programmatically if an assembly is registered in the GAC (Global Assembly Cache) on the …

c# .net .net-assembly global-assembly-cache
Loading .NET Assembly From Memory Instead of Disk

I am having a perplexing problem trying to load a .NET assembly from memory instead of from the disk. If …

c# .net .net-assembly assembly-resolution
How to assembly redirect log4net to newer version

I just upgraded log4net in my project and am having some assembly binding issues because a component relies on …

.net .net-assembly assembly-resolution assembly-binding-redirect
The type X in Y conflicts with the imported type X in Z

I have the following warning on a interface : The type 'DevExpress.Data.Browsing.Design.IColumnImageProvider' in c:\Users[MyUser]\Documents\…

c# .net devexpress .net-assembly