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.

what is cache AppData\Local\assembly\dl3?

I have this assembly that for some reason Windows started to load from this path: C:\Users\marius\AppData\Local\…

.net caching .net-assembly
The type or namespace name 'ToolkitScriptManager' does not exist in the namespace 'System.Web.UI.WebControls'

I am getting the following errors The type or namespace name 'ToolkitScriptManager' does not exist in the namespace 'System.Web.…

asp.net ajax ajaxcontroltoolkit .net-assembly
Can I use Activator.CreateInstance with an Interface?

I have an example: Assembly asm = Assembly.Load("ClassLibrary1"); Type ob = asm.GetType("ClassLibrary1.UserControl1"); UserControl uc = (UserControl)Activator.CreateInstance(…

c# .net reflection .net-assembly activator
Resharper runs UnitTest from different location

When 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-assembly
DLL reference not copying into project bin

Project 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 solution
What is the purpose of a stack? Why do we need it?

So 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-assembly
Could not load file or assembly 'log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its dependencies

I 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-assembly
All projects referencing sub-project must install NuGet package Microsoft.Bcl.Build (C#/Windows Phone 7)?

I'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-assembly
MEF load plugin from directory

I work with MEF and I am looking how to change the url of the location of plugins by another …

c# location mef .net-assembly
What is the difference between Version and 'Runtime Version' in .Net?

When 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