.NET VSTO Add In for Excel 2007 not loading config. Issue on one machine only! -



.NET VSTO Add In for Excel 2007 not loading config. Issue on one machine only! -

we have vsto add together in excel 2007. works on machines in our office except one. happened after ms updates lastly week. basically, add-in won't recognize config file, on specific machine. uninstalled/reinstalled application, excel, updates without success. did total win 7 reinstall, loaded excel, our app, , got same issue. have him running our app on vm xp , it's fine. no 1 else in organization having issue. not sure else @ point since total windows reinstall did nothing. help appreciated.

thanks.

solution:

start > run > regedit > hkey_current_user\software\microsoft\office\excel\addin\youraddinname\

edit manifest key, from:

manifest="c:\program files\\wordaddin.vsto|vstolocal"

to:

manifest="file:///c:\program files\\wordaddin.vsto|vstolocal"

to create work in deployment, right click on setup project in solution explorer > click view > registry > , edit key.

.net excel vsto

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -