A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.
I have this assembly that for some reason Windows started to load from this path: C:\Users\marius\AppData\Local\…
.net caching .net-assemblyI am getting the following errors The type or namespace name 'ToolkitScriptManager' does not exist in the namespace 'System.Web.…
asp.net ajax ajaxcontroltoolkit .net-assemblyI have an example: Assembly asm = Assembly.Load("ClassLibrary1"); Type ob = asm.GetType("ClassLibrary1.UserControl1"); UserControl uc = (UserControl)Activator.CreateInstance(…
c# .net reflection .net-assembly activatorWhen I run unit tests with Visual Studio it works fine, because it runs from project directory where all assemblies …
unit-testing visual-studio-2012 nunit resharper .net-assemblyProject A references Project B, and Project B references an external DDL (restored using NuGet). The DLL should get copied …
c# .net visual-studio .net-assembly solutionSo I am learning MSIL right now to learn to debug my C# .NET applications. I've always wondered: what is …
c# .net vb.net cil .net-assemblyI found several threads relating this issue, but none of those solved my issue. I have been previously using log4…
c# asp.net .net log4net .net-assemblyI'm having a particularly difficult refactoring session involving a C# solution with multiple projects in Visual Studio 2012. I needed to …
c# visual-studio nuget packages .net-assemblyI work with MEF and I am looking how to change the url of the location of plugins by another …
c# location mef .net-assemblyWhen I open the properties window of one of the referenced dlls in my project in Visual Studio I see …
.net runtime version rhino-mocks .net-assembly