We have an outlook add-in project in visual studio 2008 that uses VSTO 2005. This works with outlook 2003 and outlook 2007 so far.
Now my company is moving to visual studio 2010 so I tried to migrate to visual studio 2010 with VSTO 2005, I am having a few compilation problems. My question:
Will VSTO 2005 work on vs 2010 and the project will compile and run as usual?
If not, is there any workaround to support outlook 2003 for development with VS 2010, if it exists will it work on outlook 2010 also.
If this is not possible, is it advisable to keep two separate projects one for outlook 2003 (in vs2008) and other for outlook 2007-2010 (in vs 2010)?
Thanks for your time