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.

Display project version in ASP.NET Core 1.0.0 web application

None of what used to work in RC.x helps anymore. I have tried these: PlatformServices.Default.Application.ApplicationVersion; typeof(…

version .net-assembly .net-core
ASP .NET CORE could not find file or assembly with custom assembly

I've ran into a weird problem. I basically have my own web-stack for .NET-core which I've built into a few .…

c# asp.net-core .net-core .net-assembly
'AssemblyTitle' attribute in the .NET Framework

What is the practical use of the AssemblyTitle attribute? MSDN says that it specifies a description for an assembly and …

c# .net attributes .net-assembly
Assembly Binding Error: Bind result: hr = 0x80070002. The system cannot find the file specified

I have a Visual Studio 2010 solution that contains a class library (ProjectA) and two Sharepoint projects (ProjectB & ProjectC). The …

c# .net-assembly assembly-resolution
Cannot install assembly to cache?

I am trying to add an assembly to the cache on Visual Studio 2010 Command Prompt. I get this error "Failure …

c# wcf .net-assembly gac strongname
How to access classes in another assembly for unit-testing purposes?

I'm jumping into unit-testing the Visual-Studio 2008 way, and I'm wondering what's the best way to accomplish cross-assembly class access for …

c# unit-testing .net-assembly
ASP.Net Core register Controller at runtime

I am asking myself if it is possible to load a DLL with Controllers in it at runtime and use …

c# .net asp.net-core asp.net-core-mvc .net-assembly
Reference Assemblies folder and different assemblies with the same version

I have a project that uses System.Runtime.Serialization assembly. I am using the type DataContractSerializer from that assembly, but …

.net .net-assembly
FileNotFound when load assembly with dependency to another domain

I'm trying to make application with plugins. I have MainLib.dll, where I made some commnon interface(let it be …

c# plugins .net-assembly appdomain
Best way to check if a DLL file is a CLR assembly in C#

What is the best way to check if a DLL file is a Win32 DLL or if it is a …

c# dll .net-assembly