I have a strange Assembly error that's really annoying...
I can start my add-in from Visual Studio and do step-by-step debugging no problem. Then if I stop debugging or close Excel and then make a code change, I cannot run it again without shutting Visual Studio down and re-opening the solution. After a code change, I get the following error when I try to launch it again:
Error 1 Cannot register assembly "C:\Users\me\documents\visual studio 2013\Projects\TaxUDFs\bin\Debug\TaxUDFs.dll". Could not load file or assembly 'ExcelDna.Integration, Version=0.33.5730.40390, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Le fichier spécifié est introuvable. TaxUDFs.
I can work around it by closing and re-opening Visual Studio, but you'll understand that's really annoying...<
Thanks in advance!
Stivz