What are the client requirements for a .NET Outlook-AddIn (VSTO 2010)? -
we planning implement outlook-addin (2007/2010). our first attempt vsto 2010, wonder if there special requirements on client in case.
vsto 2010 required office 2010 if want support both office versions 1 add-in you'll have use version 12 of pias , not 14. required is:
- vsto 2010
- pias 12
- .net framework (4.0 gives more vsto stuff: http://blogs.msdn.com/b/vsto/archive/2010/04/23/why-should-i-upgrade-from-net-framework-3-5-to-net-framework-4.aspx)
- outlook (you should develop 2007 on machine , keep 2010 off of it)
Comments
Post a Comment