I am trying to get this: System.Deployment.Application.ApplicationDeployment.CurrentDeployment.IsFirstRun
But the application namespace is not there. I just see System.Deployment.Internal. However, the object browser shows me all the properties and methods of this namespace, but my application cannot see it.
What am I missing?
source
share