Application identity not set Exception

前端 未结 3 978
耶瑟儿~
耶瑟儿~ 2021-02-06 22:44

I have just converted a project to VS2010 and I now starting to see Exceptions in my software in IntelliTrace.

One such Exception is \'Application identity is not set\',

3条回答
  •  面向向阳花
    2021-02-06 23:17

    If this is a ClickOnce application being debugged, another option is to check the System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed setting.

提交回复
热议问题