Click here to Skip to main content
15,903,385 members
Home / Discussions / C#
   

C#

 
AnswerRe: Build number control Pin
Nagy Vilmos18-Mar-09 23:35
professionalNagy Vilmos18-Mar-09 23:35 
MS, he say:
The version number has four parts, as follows:

<major version>.<minor version>.<build number>.<revision>

You can specify all the values or you can accept the default build number, revision number, or both by using an asterisk (*). For example, [assembly:AssemblyVersion("2.3.25.1")] indicates 2 as the major version, 3 as the minor version, 25 as the build number, and 1 as the revision number. A version number such as [assembly:AssemblyVersion("1.2.*")] specifies 1 as the major version, 2 as the minor version, and accepts the default build and revision numbers. A version number such as [assembly:AssemblyVersion("1.2.15.*")] specifies 1 as the major version, 2 as the minor version, 15 as the build number, and accepts the default revision number. The default build number increments daily. The default revision number is random.



Panic, Chaos, Destruction.
My work here is done.

GeneralRe: Build number control Pin
Simon P Stevens18-Mar-09 23:48
Simon P Stevens18-Mar-09 23:48 
GeneralRe: Build number control [modified] Pin
12Code19-Mar-09 0:06
12Code19-Mar-09 0:06 
GeneralRe: Build number control Pin
Simon P Stevens19-Mar-09 0:10
Simon P Stevens19-Mar-09 0:10 
GeneralRe: Build number control Pin
Nagy Vilmos19-Mar-09 0:19
professionalNagy Vilmos19-Mar-09 0:19 
QuestionAllocating opacity for a control in Win App ? Pin
Mohammad Dayyan18-Mar-09 23:17
Mohammad Dayyan18-Mar-09 23:17 
AnswerRe: Allocating opacity for a control in Win App ? Pin
musefan18-Mar-09 23:36
musefan18-Mar-09 23:36 
QuestionRectangle background color Pin
yesu prakash18-Mar-09 23:15
yesu prakash18-Mar-09 23:15 
AnswerRe: Rectangle background color Pin
musefan18-Mar-09 23:35
musefan18-Mar-09 23:35 
AnswerRe: Rectangle background color Pin
Christian Graus18-Mar-09 23:46
protectorChristian Graus18-Mar-09 23:46 
QuestionExtract emoticons from RTF Pin
CodingLover18-Mar-09 23:14
CodingLover18-Mar-09 23:14 
AnswerRe: Extract emoticons from RTF Pin
Simon P Stevens18-Mar-09 23:52
Simon P Stevens18-Mar-09 23:52 
AnswerRe: Extract emoticons from RTF Pin
Giorgi Dalakishvili19-Mar-09 0:44
mentorGiorgi Dalakishvili19-Mar-09 0:44 
QuestionRe: Extract emoticons from RTF Pin
CodingLover19-Mar-09 20:17
CodingLover19-Mar-09 20:17 
QuestionC# Windows Service and POP3 authentication Pin
ejojart18-Mar-09 23:09
ejojart18-Mar-09 23:09 
AnswerRe: C# Windows Service and POP3 authentication Pin
Rob Philpott18-Mar-09 23:46
Rob Philpott18-Mar-09 23:46 
GeneralRe: C# Windows Service and POP3 authentication Pin
ejojart18-Mar-09 23:57
ejojart18-Mar-09 23:57 
GeneralRe: C# Windows Service and POP3 authentication Pin
Rob Philpott19-Mar-09 0:05
Rob Philpott19-Mar-09 0:05 
GeneralRe: C# Windows Service and POP3 authentication Pin
Mirko198019-Mar-09 1:24
Mirko198019-Mar-09 1:24 
GeneralRe: C# Windows Service and POP3 authentication Pin
Rob Philpott19-Mar-09 1:28
Rob Philpott19-Mar-09 1:28 
GeneralRe: C# Windows Service and POP3 authentication Pin
ejojart19-Mar-09 3:16
ejojart19-Mar-09 3:16 
QuestionHow to show current status of the proccess Pin
Matjaz-xyz18-Mar-09 22:46
Matjaz-xyz18-Mar-09 22:46 
AnswerRe: How to show current status of the proccess Pin
musefan18-Mar-09 23:01
musefan18-Mar-09 23:01 
QuestionError while displaying 2 dimentional data in data grid Pin
saksp18-Mar-09 22:35
saksp18-Mar-09 22:35 
AnswerRe: Error while displaying 2 dimentional data in data grid Pin
Vikram A Punathambekar18-Mar-09 22:44
Vikram A Punathambekar18-Mar-09 22:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.