J
JoelB
I've inherited an Outlook add-in that was originally created as a VB class
library project maybe eight years or so ago. It has evolved since then, but
is still in a VB class library project. We're standardizing on C# so we're
considering translating it, and as long as we're doing that anyway, I'm
wondering if we shouldn't do it as an Outlook 2007 Add-in project instead of
a Class Library project. Can anyone pipe in with any pros or cons to doing
that?
A few other considerations:
1. We're planning to add interaction with SQL Server 2008 (probably via
Linq/EF);
2. We're probably going to try interacting with MOSS lists/libraries as well
(still looking into how to do this); and,
3. Most of our users are on Outlook 2007, but we still have a few on 2003
(if that's a deal breaker for an otherwise ideal solution, we might be able
to force everyone to move to 2007).
TIA,
Joel
library project maybe eight years or so ago. It has evolved since then, but
is still in a VB class library project. We're standardizing on C# so we're
considering translating it, and as long as we're doing that anyway, I'm
wondering if we shouldn't do it as an Outlook 2007 Add-in project instead of
a Class Library project. Can anyone pipe in with any pros or cons to doing
that?
A few other considerations:
1. We're planning to add interaction with SQL Server 2008 (probably via
Linq/EF);
2. We're probably going to try interacting with MOSS lists/libraries as well
(still looking into how to do this); and,
3. Most of our users are on Outlook 2007, but we still have a few on 2003
(if that's a deal breaker for an otherwise ideal solution, we might be able
to force everyone to move to 2007).
TIA,
Joel