Top "Assemblies" questions

Assemblies are collections of compiled .Net types and resources grouped into a logical and physical unit (in the form of a .dll file or .exe file).

How do you loop through currently loaded assemblies?

I've got a "diagnostics" page in my ASP.NET application which does things like verify the database connection(s), display …

.net assemblies
How to get all types in a referenced assembly?

For whatever reason, I can't seem to get the list of types in a referenced assembly. Not only that, I …

c# .net reflection assemblies reference
Custom Assembly Attributes

I would like to know if I can define custom assembly attributes. Existing attributes are defined in the following way: […

c# .net assemblies attributes
ASP.Net cannot create/shadow copy

I get this error repeatedly when developing ASP.Net applications: Cannot create/shadow copy 'XXXXX' when that file already exists …

asp.net assemblies web-config
Embedding assemblies inside another assembly

If you create a class library that uses things from other assemblies, is it possible to embed those other assemblies …

c# .net dll assemblies
Consider app.config remapping of assembly with no app.config mapping

How can I determine where to fix this reference without adding a binding to the app.config? Consider app.config …

.net visual-studio nuget assemblies
ASP.NET error with Assembly

Hello I am creating an ASP.NET/C# website and I want to use the Ajax Toolkit assembly. I added …

c# asp.net assemblies
ASP.NET: WebResource.axd call 404 error: how to know which assembly/resource is missing or responsible?

I get a 404 HTTP status error (not found) on a specific WebResource.axd call inside an ASP.NET 3.5 (AJAX) web …

asp.net assemblies webresource.axd
How slow is Reflection

I recently created an interface layer to distinguish the DataAccessProvider from our Business logic layer. With this approach we can …

c# performance reflection assemblies
VS2005: Assembly '<assembly>' is incorrectly specified as a file.

I've added a reference to the log4net assembly dll to my project. When I build I get a warning …

visual-studio visual-studio-2005 build assemblies log4net