I can see the 140 in my csproj file. How do I read and display this number in my application.
I tried System.Deployment.Application.ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString()
But it did not work
And I have one more question, why the related article always said ApplicationDeployment.IsNetworkDeployed But I have to call "System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed"
Did I miss some thing??