visual studio 2015 - The "RegisterFormRegions" task failed unexpectedly -
i trying create simple outlook 2013 add-in in visual studio 2015,but build fails following errors:
"registerformregions" task failed unexpectedly. system.io.filenotfoundexception: not load file or assembly 'microsoft.visualstudio.tools.office.runtime, version=10.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' or 1 of dependencies.
i had exact same issue visual studio 2013 , outlook 2010 , found msdn article (http://msdn.microsoft.com/en-us/library/ms164304.aspx) states:
starting in visual studio 2013
update 3, task has new signature allows specify target framework version file.
although doesn't apply vs2012 appears versions of office , targets tied version of visual studio building with. in case had ensure building against vs2013 update 3 when building against microsoft.visualstudio.tools.office.targets version=12.0.0.0
may want try combination if else failing.
Comments
Post a Comment