Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-assembly

.net core 1.1: Type.GetType from external assembly returns null

c# .net-core .net-assembly

C# Assembly Binding Redirects - Newtonsoft.Json

How to detect a missing .NET reference at runtime?

CS0234: The type or namespace name '<namespace2>' does not exist in the namespace '<namespace1>.' (are you missing an assembly reference?)

How to identify a "reference assembly"?

c# .net dll .net-assembly

How to read properties from DLL before Assembly.LoadFile()

c# dll .net-assembly

IOException when dynamically compiling code

Equivalence for AppDomain.GetAssemblies() in UWP?

c# .net uwp .net-assembly

Setting up Log4Net to log output from a Class Library

c# log4net .net-assembly

How to determine how an assembly was built

What's the purpose of .config file for a .DLL library assembly?

c# .net config .net-assembly

Making binding redirects work for office add-ins

When does `Assembly.GetType(name)` return `null`?

Unable to find assembly - imposible to trace error

MSSQL load assembly error

sql-server .net-assembly

Using Codebase to load assembly

How to read array initializer values from .NET assembly

Is there a difference between Assembly.ExportedTypes and Assembly.GetExportedTypes()

c# .net clr .net-assembly

Use .NET assembly without locking dll file

Incompatible .NET Standard assemblies that should have been compatible?