Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 78927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:03:52+00:00 2026-05-10T21:03:52+00:00

I have a asp.net web application which has a number of versions deployed on

  • 0

I have a asp.net web application which has a number of versions deployed on different customer servers inside their networks. One practice that we have is to have clients email screenshots when they have issues.

In the old asp.net 1.1 days, we could grab details of the build DLL, using reflection, and show info about the build date and numbering on the screen in a subtle location.

With .NET 2.0 and higher, the build model changed, and this mechanism no longer works. I have heard of different build systems out there, but I’m really looking for the simplest way, on the 3.5 framework, to do what this functionality did on framework 1.1.

  1. Every time a build is performed, update the build date/time, and somehow update the build number
  2. Be able to see the build timestamp and number, to display on the screen
  3. be as simple to implement as possible
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:03:53+00:00Added an answer on May 10, 2026 at 9:03 pm

    We are using .Net 2.0 and pull the version information out of the assembly. Perhaps not ideal, but we use the description to store the build date.

    Assembly assembly = Assembly.GetExecutingAssembly(); string version = assembly.GetName().Version.ToString(); string buildDate = ((AssemblyDescriptionAttribute)Attribute.GetCustomAttribute(     assembly, typeof(AssemblyDescriptionAttribute))).Description; 

    The build process uses asminfo nant task to generate the AssemblyInfo.cs file that contains this information.

        <asminfo output='Properties\AssemblyInfo.cs' language='CSharp'>         <imports>             <import namespace='System' />             <import namespace='System.Reflection' />             <import namespace='System.Runtime.CompilerServices' />             <import namespace='System.Runtime.InteropServices' />         </imports>         <attributes>             <attribute type='AssemblyVersionAttribute' value='${assembly.version}' />             <attribute type='AssemblyInformationalVersionAttribute' value='${assembly.version}' />             <attribute type='AssemblyDescriptionAttribute' value='${datetime::now()}' />             ...         </attributes>     </asminfo> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web application which has 2 different versions deployed. 1 is an
I have a ASP.NET web application which has more than 100 pages. Each page
We have a huge ASP.NET web application which needs to be deployed to LIVE
I have a ASP.NET Web application which has 2 projects (one for UI and
I have an ASP.NET Web Application which has a reference to 'C:\references\Utils.Varia.dll'. There is
I have an ASP.NET web application which does the following: Reads an Excel file.
I have an ASP.net web service that I'm using for a web application which
A simple question. I have an ASP.NET web application which contains several assemblies and
We have an intranet asp.net web application which uses the OOTB ASP.net membership and
I have an ASP.NET web application project which references another project called ModusCore (or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.