Can VS 2008 VSTO sup****t building Outlook 2007 addin that target .NET
framework 2.0 ?
I have a Outlook 2007 addin that originally build using VS2005 + VSTO
2005 SE. Now my company has upgraded to VS 2008 and all projects that
the add-in reference has moved to VS2008 (These projects are targeted
for .net 3.0, not 3.5). So, I need to upgrade my add-in project as well.
But VS2008 does not seems to sup****t building Outlook 2007 addin that
target .net 2.0 runtime.
I have also try to replace the build steps in the add-in project in
VS2008 with the build steps from the VSTO 2005 SE project but then
VS2008 cannot load and run the add-in in debug mode.
If this is not sup****ted, what will be the work around ?