Tagged 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).
128
votes
4answers
21k views
What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion?
There are three assembly version attributes. What are differences? Is it ok if I use AssemblyVersion and ignore the rest?
MSDN says:
AssemblyVersion:
Specifies the version of the assembly ...
68
votes
9answers
2k views
How did Microsoft create assemblies that have circular references?
In the .NET BCL there are circular references between:
System.dll and System.Xml.dll
System.dll and System.Configuration.dll
System.Xml.dll and System.Configuration.dll
Here's a screenshot from ...
65
votes
6answers
34k views
How to enable assembly bind failure logging (FUSION) in .NET
How to enable assembly bind failure logging (FUSION) in .NET.
61
votes
12answers
6k views
Why should you remove unnecessary C# using directives?
For example, I rarely need:
using System.Text;
but it's always there by default. I assume the application will use more memory if your code contains unnecessary using directives. But is there ...
55
votes
4answers
16k views
How to determine if a .NET assembly was built for x86 or x64?
I've got an arbitrary list of .NET assemblies.
I need to programmatically check if each DLL was built for x86. (As opposed to x64 or Any CPU.) Is this possible?
45
votes
6answers
7k views
What are the best practices for using Assembly Attributes?
I have a solution with multiple project. I am trying to optimize AssemblyInfo.cs files by linking one solution wide assembly info file. What are the best practices for doing this? Which attributes ...
31
votes
3answers
10k views
How can I get the assembly file version
The assembly version I can get with following loc:
Version version = Assembly.GetEntryAssembly().GetName().Version;
But how can I get the assembly file version?
Thanks for help.
28
votes
1answer
15k views
How to fix “Referenced assembly does not have a strong name” error (VS2005)
I've added a weakly named assembly to my VS2005 project (which is strongly named). I'm now getting the error:
"Referenced assembly 'xxxxxxxx' does not have a strong name"
Do I need to sign this ...
25
votes
6answers
4k views
How slow is Reflection (C#)
I recently created an interface layer to distinguish the DataAccessProvider from our Business logic layer.
With this approach we can change our choice of DataAccessProvider whenever we want by ...
24
votes
9answers
20k views
Can I load a .NET assembly at runtime and instantiate a type knowing only the name?
Is it possible to instantiate an object at runtime if I only have the DLL name and the class name, without adding a reference to the assembly in the project? The class implements a interface, so once ...
23
votes
4answers
917 views
What exactly is an Assembly in C# or .NET?
Could you please explain what is an Assembly in C# or .NET?
Where does it begin and where does it end?
What important information should I know about Assemblies?
23
votes
5answers
3k views
Best practices for signing .NET assemblies?
I have a solution consisting of 5 projects, each of which compile to separate assemblies. Right now I'm code-signing them, but I'm pretty sure I'm doing it wrong. What's the best practice here?
Sign ...
22
votes
15answers
2k views
How to stop Visual Studio adding assemblies to my web.config?
Every time i build, or publish, a web-site, Visual Studio attempts to check out the web.config file so that it can add numerous assemblies that are not required.
In other words:
web.config before:
...
21
votes
3answers
8k views
using ILMerge with .NET 4 libraries
Two problems:
1) Basic .NET Assembly Not Included in ILMerged Assembly
I'm having trouble using ILMerge in my post-build after upgrading from .NET 3.5/Visual Studio 2008 to .NET 4/Visual Studio ...
20
votes
1answer
5k views
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 the current appSettings and ConnectionStrings, etc. A section of this page ...
20
votes
9answers
2k views
Does .NET assembly size affect performance?
Does the size of a .net assembly affect performance at all? How about the number of assemblies in your windows forms/web forms project?
19
votes
3answers
2k views
C#: why sign an assembly?
I have noticed that in some C# code I have taken over (in VS2005) that the assemblies are all signed with the same .snk file.
Why would the previous author have signed the assemblies in this way?
...
19
votes
1answer
12k views
Load WPF styles or other Static Resources from an external file or assembly
I have a few WPF applications and I want all my styles to be in a shared assembly instead of declaring them in each application separately.
I am looking for a way so I don't have to change all my ...
19
votes
5answers
5k views
Best practices for assembly naming and versioning?
I am looking out for some good practices on naming assemblies and versioning them. How often do you increment the major or minor versions?
In some cases, I have seen releases going straight from ...
18
votes
1answer
1k views
.NET4: In-Process Side-by-Side Execution Explained
Overview: I'm interested in learning more about the .NET4 "In-Process Side-by-Side Execution" of assemblies, and need additional information to help me demystify it.
Motivation: The application in ...
18
votes
2answers
3k views
Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?
I have a simple Windows Forms (C#, .NET 2.0) application, built with Visual Studio 2008.
I would like to support multiple UI languages, and using the "Localizable" property of the form, and ...
17
votes
3answers
1k views
What are the `exact` differences between .NET dll and a normal dll?
I want to know What are the exact differences between .NET dll and a normal dll.
First question, what is "normal DLL" called? I'm using the word 'normal'. But it doesnt seem right?
Because both ...
17
votes
2answers
742 views
How to tell if a .NET assembly is dynamic?
When iterating through a set of assemblies, e.g. AppDomain.CurrentDomain.GetAssemblies(), dynamic assemblies will throw a NotSuportedException if you try to access properties like CodeBase. How can ...
16
votes
4answers
2k views
When should I deploy my assemblies into the GAC?
I would like to know practically what kind of Assemblies should I deploy in GAC.
Case 1. If in my Solution multiple project uses log4net.dll then should it be deployed in GAC?
Case 2. If I have ...
16
votes
3answers
4k views
How to read assembly attributes
In my program, how can I read the properties set in AssemblyInfo.cs:
[assembly: AssemblyTitle("My Product")]
[assembly: AssemblyDescription("...")]
[assembly: AssemblyConfiguration("")]
[assembly: ...
15
votes
4answers
284 views
How to mark a .net assembly as safe?
How do i mark as assembly as "safe"?
Alternatively, how do i have Visual Studio tell me when something in my assembly is not "safe"?
Sometimes you cannot use an assembly unless it is "safe" (e.g. ...
15
votes
10answers
16k views
How to extract an assembly from the GAC?
There is a package I have to deal with which installs assemblies straight into the GAC (e.g. somewhere deep in %windows%/assembly).
How do I exorcise the actual assembly (the DLL) from the GAC into ...
14
votes
3answers
202 views
How do I create and use a .NET metadata-only 'Reference Assembly'?
Since version 3.0, .NET installs a bunch of different 'reference assemblies' under C:\Program Files\Reference Assemblies\Microsoft...., to support different profiles (say .NET 3.5 client profile, ...
14
votes
3answers
863 views
.csproj's platform specific ItemGroup works for assembly references but not content includes?
Since we have three assemblies that come in explicit x86 and x64 versions, I've edited the corresponding .csproj file(s) to use, for example, a block like this:
<ItemGroup Condition=" ...
14
votes
2answers
3k views
Getting runtime version of a Silverlight assembly
I want to show my Silverlight 3 application's version number in the about box, but when I use a traditional .Net call like:
Assembly.GetExecutingAssembly().GetName().Version;
I get a ...
14
votes
6answers
11k views
mscorlib.dll & System.dll
Why did MS originally make the decision to maintain these two separate core libs? Maybe they had some scalability issue in mind, but nowadays I never see an application, of any type, that doesn't need ...
14
votes
4answers
7k views
How to load a .NET assembly for reflection operations and subsequently unload it?
I'm writing a tool to report information about .NET applications deployed across environments and regions within my client's systems.
I'd like to read the values of assembly attributes in these ...
13
votes
3answers
5k views
How to add folder to assembly search path at runtime in .NET?
My DLLs are loaded by a third-party application, which we can not customize. My assemblies have to be located in their own folder. I can not put them into GAC (my application has a requirement to be ...
13
votes
3answers
5k views
How to keep ASP.NET assemblies in AppDomain alive?
Scenario: I've an n-Tier enterprise ASP.NET application deployed using Web Deployment Projects. All tiers produce independent assemblies that is consumed by the ASP.NET application.
Problem: When I ...
13
votes
5answers
4k views
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 inside the class library as some kind of resource?
I.e. instead of having ...
12
votes
1answer
249 views
When should I use “Invariant Language (Invariant Country)” as neutral language for an assembly?
At the moment I can think of three cases:
assemblies that don't contain any resources
control libraries that only contain images (ie. ToolBoxBitmaps) within their resource files
libraries that ...
12
votes
3answers
574 views
When should [assembly: InternalsVisibleTo()] be used?
I understand that the InternalVisibleTo attribute is used to expose types and methods with the internal access modifier to a specified assembly. I have only ever used this for exposing internal ...
12
votes
5answers
2k views
Determine framework (CLR) version of assembly
From the command line (or by any means really), how can I determine which clr version a .net assembly requires? I need to determine if an assembly requires 2.0 or 4.0 clr version.
12
votes
6answers
784 views
Pros/Cons of using an assembly as a license file?
I was initially going to use a signed serialized xml file to store license details.
In planning, more and more has moved into this "license file" which will allow for us to distribute a single ...
12
votes
1answer
7k views
Maven creating flat zip assembly
To Maven gurus out there:
I'm trying to package non-java project artifacts (.NET) into a single zip file. I'm having 2 problems:
If I change packaging in my POM to zip ...
12
votes
11answers
1k views
Version numbers is 1.13 > 1.2?
I know from the .NET perspective that an assembly with a version of 1.13 is considered a newer release than version 1.2 because each number in the version is evaluated individually. However from a ...
12
votes
10answers
12k views
Using the Web Application version number from an assembly (ASP.NET/C#)
How do I obtain the version number of the calling web application in a referenced assembly?
I've tried using System.Reflection.Assembly.GetCallingAssembly().GetName() but it just gives me the ...
12
votes
6answers
4k views
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 saying:
Warning Assembly 'Lib\log4net.dll' is
incorrectly specified as a file.
i look up the ...
12
votes
3answers
9k views
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 application. I guess the error is thrown because a specific referenced assembly is missing ...
12
votes
5answers
13k views
Strange Error - CS0012: The type x is defined in an assembly that is not referenced
The type 'x' is defined in an assembly that is not referenced. You must add a reference to assembly 'abc123'.
I have a .NET 2.0 web application that references my assembly 'abc123'. The assembly ...
12
votes
3answers
4k views
What is the best practice for compiling Silverlight and WPF in one project?
I've just completed a Silverlight project and it's time to have a little clean up. I'd like to take my core files and put them into a separate project which I will reference from my main Silverlight ...
12
votes
8answers
2k views
What is the best way to use assembly versioning attributes?
The AssemblyVersion and AssemblyFileVersion attributes are the built-in way of handling version numbers for .NET assemblies. While the framework provides the ability to have the least significant ...
11
votes
1answer
4k views
Gacutil.exe successfully adds assembly, but assembly not viewable in explorer. Why?
I'm running GacUtil.exe from within Visual Studio Command Prompt 2010 to register a dll (CatalogPromotion.dll) to the GAC. After running the utility, it says Assembly Successfully added to the cache, ...
11
votes
7answers
3k views
Automatic assembly version number management in VS2008
I have a VS2008 project written in c# with a number of assemblies. I'd like to have a simple way of managing the version numbers between all of the different assemblies and a way to automatically ...
11
votes
3answers
3k views
Can strong naming an assembly be used to verify the assembly author?
After reading the proper article in MSDN and related stackoverflow.com questions here, I finally return to the community.
To which extent can a strong-named assembly be verified to avoid tampering?
...