Hi.
I have next problem.
I have a piece of code what should be executed just once, when the user will use for the first time the application. I have next code, in form1_Load: If My.Application.Deployment.IsFirstRun Then
'some code
End If
The problem is that when I try to debug it, I meet this error: The Application identity is not set...Who can I solve it?
I have next problem.
I have a piece of code what should be executed just once, when the user will use for the first time the application. I have next code, in form1_Load: If My.Application.Deployment.IsFirstRun Then
'some code
End If
The problem is that when I try to debug it, I meet this error: The Application identity is not set...Who can I solve it?