ClickOnce error: Value does not fall within the expected range

后端 未结 15 1607
旧时难觅i
旧时难觅i 2020-12-01 01:08

Getting this error on ALL ClickOnce application launches for a certain user. This started happening after a version upgrade (but happens to no one else).

I\'ve trie

15条回答
  •  时光说笑
    2020-12-01 01:46

    I was having a customer installing our VSTO addin MSI and we were seeing this.

    System.ArgumentException: Value does not fall within the expected range. at System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore(UInt32 Flags, IntPtr hToken, Guid& riid)

    After checking their Event logs it was clear to me that they were having issues with thier user profile. They rebuild their user profile and it fixed the issue.

提交回复
热议问题