Question The application identity is not set

pisla

New member
Joined
Oct 18, 2011
Messages
1
Programming Experience
Beginner
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?
 
Back
Top