P
Pieter
Hi,
How can I knwo the BuildDate from an application distributed by ClickOnce?
When I use "System.IO.File.GetLastWriteTime(objAssembly.Location)" or
"System.IO.File.GetCreationTime(objAssembly.Location)" it returns me the
date and time that the user downloaded and isntaled the application, butn ot
the date it was published...
Thansk a lot in advance,
Pieter
PS: It should work also for .NET 1.1 applications...
How can I knwo the BuildDate from an application distributed by ClickOnce?
When I use "System.IO.File.GetLastWriteTime(objAssembly.Location)" or
"System.IO.File.GetCreationTime(objAssembly.Location)" it returns me the
date and time that the user downloaded and isntaled the application, butn ot
the date it was published...
Thansk a lot in advance,
Pieter
PS: It should work also for .NET 1.1 applications...