“Store metadata ”CurrentBind“ is not valid” in debug of ClickOnce application

后端 未结 4 968
孤独总比滥情好
孤独总比滥情好 2021-02-19 08:52

When I try to access \"Application.CommonAppDataPath\" i get this error message:

System.Deployment: Store metadata \"CurrentBind\" is not valid

4条回答
  •  北恋
    北恋 (楼主)
    2021-02-19 09:42

    I intentionally set VS to break on CLR exceptions. You certainly can mask this exception by only debugging your code but, it is still a valid bug that I'd like an explanation for. MS should be the forerunner on writing solid code.

提交回复
热议问题