Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,097
Widok
0
11/03/2020 10:54 am
Topic starter
System.Deployment.Application not found
1 Answer
0
11/03/2020 10:55 am
Topic starter
1. Add to resources System.Deployment.dll (look for it in C:windows etc.)
2.
using System.Deployment.Application;
3.
this.Title = string.Format("My APP version " + ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString(4));