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
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.