Reputation: 6553
this is a serious problem I need to handle with
I need to develop office 2003 and 2007 addins, both with .Net framework v2.0
Our company uses VS2008, which only allows developing 2007 addins under .Net v3.5
Does anyone knows of a way for creating 2007 addins unser .net frameworj v2.0?
(Using visual studio 2005 is not an option)
Upvotes: 1
Views: 167
Reputation: 300489
According to this wiki entry, VSTO version 3.0 can target Office 2003 and Office 2007
Upvotes: 1