Version number in .net compact framework application?

System.Reflection.Assembly. GetExecutingAssembly().GetName().Version. Major System.Reflection.Assembly.

GetExecutingAssembly().GetName().Version. Minor System.Reflection.Assembly. GetExecutingAssembly().GetName().Version.

Build System.Reflection.Assembly. GetExecutingAssembly().GetName().Version. Revision Source: http://msdn.microsoft.com/en-us/library/system.version.aspx (Edit) Application.

ProductVersion Property Gets the product version associated with this application. Not Available In Compact Framework But System.Reflection.Assembly. GetExecutingAssembly().GetName().

Version Is. Source: http://msdn.microsoft.com/en-us/library/system.windows.forms.application.productversion.aspx.

Added Correction, Application. ProductVersion Not Available In CF – VBNight Feb 9 '09 at 22:01.

You can also use Version.ToString() passing the number of components to return as parameter: System.Reflection.Assembly. GetExecutingAssembly().GetName().Version. ToString(3) This line returns Major.Minor.

Build Source: msdn.microsoft.com/en-us/library/bff8h2e...).aspx There is an AssemblyInfo. Cs in your project where you can edit your assembly version. To automatically increment the revision you can use something like this: 1.0.3200.

* Source: http://msdn.microsoft.com/en-us/library/system.reflection.assemblyversionattribute(VS.80).aspx.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions