473,396 Members | 1,891 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

version numbers

is it possible to put a version/build number into the main dll for a web
site?
Nov 18 '05 #1
5 985
"Josh" <so*****@microsoft.com> wrote in message
news:uB**************@TK2MSFTNGP12.phx.gbl...
is it possible to put a version/build number into the main dll for a web
site?


Specify an AssemblyVersion attribute in the AssemblyInfo.?? file, as in

<Assembly: AssemblyVersion("1.0.0.0")>

I don't know of any way to automate the inclusion of build numbers, but
I wouldn't be surprised if there's one out there somewhere :-)

HTH,
Phill W.
Nov 18 '05 #2

Yes. You can put version/build number for any dll.

Just change the AssemblyVersion attribute in the AssemblyInfo.cs file and
compile.

Regards,
R.Balaji

"Josh" <so*****@microsoft.com> wrote in message
news:uB**************@TK2MSFTNGP12.phx.gbl...
is it possible to put a version/build number into the main dll for a web
site?

Nov 18 '05 #3

"Phill. W" <P.A.Ward@o-p-e-n-.-a-c-.-u-k> wrote in message news:OS**************@TK2MSFTNGP11.phx.gbl...
"Josh" <so*****@microsoft.com> wrote in message
news:uB**************@TK2MSFTNGP12.phx.gbl...
is it possible to put a version/build number into the main dll for a web
site?


Specify an AssemblyVersion attribute in the AssemblyInfo.?? file, as in

<Assembly: AssemblyVersion("1.0.0.0")>

I don't know of any way to automate the inclusion of build numbers, but
I wouldn't be surprised if there's one out there somewhere :-)

HTH,
Phill W.


You can use <Assembly: AssemblyVersion("1.0.*")> (vb syntax)
or [assembly: AssemblyVersion("1.0.*")] (c# syntax)
to have version and buildnumbers assigned automatically.

Hans Kesting

Nov 18 '05 #4
thanks
Nov 18 '05 #5
Hi,

You can specify the version info in the assemblyinfo.cs (or .vb) file
created as part of your project in VS.NET.

"Josh" <so*****@microsoft.com> wrote in message
news:uB**************@TK2MSFTNGP12.phx.gbl...
is it possible to put a version/build number into the main dll for a web
site?

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Sherman Willden | last post by:
I am trying to use Perl's XML::Twig to modify a version number in an XML document. At the very end of this posting is an excerpt from the xml document. Just before the xml excerpt is the Perl code...
2
by: Kevin R | last post by:
Hi All, I need to establish that the machine on which my user intends to run my program is at least .Net version 1.1 SP2 and am having a little trouble figuring out how to do this. I don't...
0
by: Willem | last post by:
Based on MK's TSI_SOON (http://www.trigeminal.com/)I've created a nifty little procedure that - whenever you compact you db you get an incremental backup copy. Given that you have a table with...
0
by: Anders W. Pedersen | last post by:
Hi there! I'm working on a medium-sized .NET web application written in c#. We are using Visual Studio 2003 for development and Visual Source Safe as our code repository. Occasionally, we do a...
3
by: Shadow Lynx | last post by:
At the bottom of the default Error page that appears when Unhandled Exceptions occur, what exactly is the difference between the "Microsoft ..Net Framework Version" and the "ASP.NET Version"? I...
1
by: theWizard1 | last post by:
Using Asp.NET 2.0. I published my web application to the server using the publish to website feature of asp.net 2.0. In VS.Net 2005 IDE, on solution explorer, at top level just below solution, I...
89
by: Randy Webb | last post by:
There is an updated version of the FAQ at: <URL: http://jibbering.com/faq/newfaq/> The changes/modifications to date are: 2.3 Corrected "span" to "spam". 2.3 Updated with a note about not...
15
by: bg_ie | last post by:
Hi, I have the following class - class TestOutcomes: PASSED = 0 FAILED = 1 ABORTED = 2 plus the following code -
2
by: Birky | last post by:
Can someone point me in the right direction on how to use Version Numbers within Access? I have a database were its primary goal is to track the versions of several projects. Since the version...
14
by: Phil | last post by:
I have been using this code to display the version number, and this has worked well, but I am now changing from using the ClickOnce publishing to a proper setup project, and this no longer works. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.