Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Application identity is not set" error in Debug run

Status
Not open for further replies.

IlyaRabyy

Programmer
Nov 9, 2010
568
US
Colleagues,
Subject line says it. Here's the screenshot:

2023_09_29_Application_Identity_Not_Set_fszxdp.jpg


BTW: when I have it like this

Code:
If ApplicationDeployment.IsNetworkDeployed Then
   Me.Text= Me.Text & " ver. " & ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString()
'   Me.Text= Me.Text & " ver. " & My.Application.Deployment.CurrentVersion.ToString()
Else
   Me.Text =Me.Text & " ver. " & Application.ProductVersion
End If

this error wasn't thrown.

I ran search on I-net and found this: Link

It tells that "this problem exists only if you untick (? probably "uncheck") "Just My Code" under debug options" - but this is not the case:

2023_09_29_Application_Identity_Not_Set_2_n5pdrc.jpg


Any ideas what else may cause this error?

TIA!

Regards,

Ilya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top