D
Dean Slindee
How do you get the publish version number from the application Settings
Publish tab in VB?
Something along these lines (does not work):
If (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed)
Then
Dim ad As System.Deployment.Internal.InternalApplicationIdentityHelper =
System.Deployment.Application.ApplicationDeployment.CurrentDeployment
Me.Text = ad.CurrentVersion.ToString()
End If
Thanks,
Dean S
Publish tab in VB?
Something along these lines (does not work):
If (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed)
Then
Dim ad As System.Deployment.Internal.InternalApplicationIdentityHelper =
System.Deployment.Application.ApplicationDeployment.CurrentDeployment
Me.Text = ad.CurrentVersion.ToString()
End If
Thanks,
Dean S