Microsoft
Software
Hardware
Network
Question : C# -- About Box -- display "Publish Version"
Below displays "AssemblyVersion"
which is found in
1. Application TAB
2. Assembly Information BUTTON
** attached 1.jpg
--------------------------
----------
----------
----
public string AssemblyVersion
{
get
{
return Assembly.GetExecutingAssem
bly().GetN
ame().Vers
ion.ToStri
ng();
}
}
--------------------------
----------
----------
----
How can I get the "Publish Version"
which is found in below so it displays
when users hit my "About" button ?
1. Publish TAB
2. Publish Version
** attached 2.jpg
Answer : C# -- About Box -- display "Publish Version"
here is how to get the publish verison:
//
using System.Deployment.Applicat
ion;
//
if (ApplicationDeployment.IsN
etworkDepl
oyed) {
var appDeploy= ApplicationDeployment.Curr
entDeploym
ent;
var version = appDeploy.CurrentVersion;
}
Random Solutions
There is not enogugh memory to complete the automation object operation on the chart object
Can I add additional SSL cerificate for single domain?
How Can I Change Account Locked Out message
Fox 9 Microsoft Visual Fox Pro Support Library Error
MS Access Subform Fixed Column Width
How can I completely re-install USB whilst in recovery console?
PERC 3/Di drivers for Windows NT
Repeat Tablix Header on multiple pages in Microsoft Reporting Services
Automatic Data Import from Web
Optimal Sequence for Rebooting SharePoint Farm