0

I try to create my first Excel add in. I'm working on Visual Studio 2013 and Excel 2013 too.

The problem, when I try to debug my addIn, Excel launches but it fires the following exception

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

I didn't modified the code yet and it's exactly what is generated by default.

I don't know what it could come from. Does someone have a solution please ?

T00rk
  • 2,178
  • 3
  • 17
  • 23
  • Related, possible duplicate: [ClickOnce error: Value does not fall within the expected range](http://stackoverflow.com/q/1166233/464709). – Frédéric Hamidi Jan 26 '15 at 10:07
  • @FrédéricHamidi It's not about ClickOnce. And all the solutions given in that post didn't work for me. – T00rk Jan 26 '15 at 10:13

0 Answers0