Unable to get System.Deployment.Application namespace

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?

+3
source share
1 answer

Have you added a link to System.Deployment?

+8
source

Source: https://habr.com/ru/post/1760505/


All Articles