Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSTO, Outlook add-ins, and Visual Studio 2015

Starting with Visual Studio RC, Visual Studio 2015 appears to no longer support the Office Add-In project types from Visual Studio Tools for Office (VSTO). Lots of googlin' and questions to PMs in the MS blogs have revealed no useful information; but perhaps other in the community know more. Opening a VSTO project yield "(incompatible)". so:

  1. what is the status of VSTO and Visual Studio 2015
  2. Is there a workaround to open the old project types in VS 2015

I don't have 2013 anymore because i wiped that machine...

like image 568
toddwseattle Avatar asked Sep 09 '25 20:09

toddwseattle


1 Answers

Do you have the Community edition of VS installed?

Try to install https://aka.ms/getlatestofficedevtools .

like image 158
Eugene Astafiev Avatar answered Sep 13 '25 04:09

Eugene Astafiev