Forum

C#, WPF, show curre...
 
Notifications
Clear all

C#, WPF, show current publication build, release version

1 Posty
1 Users
0 Likes
961 Widok
0
Topic starter

System.Deployment.Application not found

1 Answer
0
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));    

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: