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.

Get company name and copyright information of assembly

I am using Assembly.GetEntryAssembly().GetName() to get application/assembly name and its version but I do not see any …

c# .net .net-assembly
How to prevent ReflectionTypeLoadException when calling Assembly.GetTypes()

I'm trying to scan an assembly for types implementing a specific interface using code similar to this: public List<…

.net reflection plugins .net-assembly
How to resolve "The located assembly's manifest definition does not match the assembly reference." error?

I downloaded source code for pdfiumviewer from git hub. I made changes to one of the projects in that solution.…

c# manifest .net-assembly pdfium
Can't load System.Web.Cors assembly after call to Microsoft.Owin.Cors

When I check the System.Web.Cors assembly reference in the Solution Explorer, the Version is 5.2.3.0. The Specific Version property …

c# asp.net .net asp.net-web-api .net-assembly
How can I see the strong name of my assembly?

I have a project, and I created a strong name key file for it. How can I tell what the …

c# visual-studio visual-studio-2012 .net-assembly strongname
App.config in Test Projects

I'm building an ASP.NET app in VS2010. I have a number of separate assemblies (class libraries) and corresponding Test …

.net asp.net tdd .net-assembly
Powershell unable to find type [System.Windows.Forms.KeyEventHandler]

This might be a pretty simple question but I'm totally lost and searching for an answer hasn't been helpful. I've …

powershell user-interface .net-assembly
How to use "InternalsVisibleTo" attribute with Strongly named assembly?

I am using the "InternalsVisibleTo" attribute with an assembly to expose the internal methods/classes to my unit test project. …

c# .net-assembly
Could not load assembly WebPages.Deployment version 2 at host?

I have a ASP.NET MVC 2 website (VS2010) that I have upgraded to ASP.NET MVC 3 (VS2012) and this works …

asp.net-mvc visual-studio iis hosting .net-assembly
Edit .NET assembly and recompile

I'm in a really bad situation. I lost my source code and my customer needs to change a little bit …

.net refactoring .net-assembly decompiler