Tagged Questions
The assembly-attributes tag has no wiki summary.
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 ...
3
votes
2answers
649 views
How to share properties between multiple Visual Studio projects? (especially C# projects)
Keeping properties of multiple Visual Studio projects manually in sync is annoying. So, how can you share properties between multiple projects?
Edit: I refer to properties like conditional ...
1
vote
2answers
102 views
What are appropriate assembly attribute values for an open source (LGPL) project?
I have just started working on an open source project. The project is hosted on CodePlex and I work on it in my spare time. What would be appropriate values for the default assembly attributes (listed ...
1
vote
3answers
106 views
Changing a project's files based on solution in Visual Studio 2008
In one C# solution I have several projects that share a CommonAssemblyInfo.cs file, so that certain assembly attributes are shared across all projects. This works fine so long as I only have one ...
0
votes
1answer
204 views
Assembly Attributes with Dynamically Loaded Assembly
I'm using a 3rd party library which requires a static method to be invoked before it is used - it sets the serial key to validate the license for the software. I'm needing to use this library in ...