Top "Assemblyinfo" questions

AssemblyInfo.

Regenerate missing AssemblyInfo.cs in VS 2005

I'm trying to build a small VS 2005 solution I've just checked out of source control, and I'm getting this easy …

visual-studio assemblyinfo
How to change the version of all files in Visual Studio

I have a solution in Visual Studio which has many projects and DLL files, how to change the version of …

c# visual-studio version assemblyinfo
Do I need AssemblyInfo while working with .NET Core?

Previously, AssemblyInfo.cs file was autocreated by Visual Studio to contain assembly-wide attributes, like AssemblyVersion, AssemblyName and so on. In .…

asp.net-core .net-core csproj assemblyinfo
ProductName and CompanyName in C#

In VB.Net, I can retrieve my application's ProductName and CompanyName by using: My.Application.Info.ProductName My.Application.Info.…

c# vb.net assemblyinfo
"LNK2022: metadata operation failed" driving me insane

I have a big solution with lots of projects, using VS2008 SP1, and at least once a day I encounter …

visual-studio-2008 linker c++-cli metadata assemblyinfo
C# Project Global AssemblyInfo

NET 3.5 solution with multiple projects in it. Is there a way I can create a "Global" AssemblyInfo.cs in which …

c# .net-3.5 assemblyinfo
Visual Studio 2017 and the new .csproj InternalsVisibleTo

Where do I put InternalsVisibleTo from AssemblyInfo in the new Visual Studio 2017 .csproj project file?

msbuild visual-studio-2017 csproj assemblyinfo
What is the ThemeInfo attribute for?

Whenever I create a new WPF application or WPF user control library, the AssemblyInfo.cs file includes the following attribute: […

c# wpf xaml themes assemblyinfo
AssemblyInfo.cs subversion and TortoiseSVN

I'm using TortoiseSVN and Visual Studio 2008. Is there any way to update my project's assemblyinfo.cs with svn's version in …

c# svn tortoisesvn assemblyinfo
Where to specify version number in ASP.NET Web Site

So I have an ASP.NET 'Web Site' (as opposed to a Web Application) which has no AssemblyInfo.cs file …

asp.net version assemblyinfo