I have this code in the form load
and I'm getting this error the identity of the application is not defined
Thank you
Code:
If My.Application.Deployment.IsFirstRun Then
My.Settings.usage = Now.Date
My.Settings.Save()
End If
Thank you