1

I developed an Excel addin 2007 in Visual Studio 2008.Now i Need to Deploy the addin to Office 2010.Can i Do it in Visual Studio 2008?

Thanks in adv.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Sam
  • 37
  • 1
  • 2
  • 8

1 Answers1

0

Interop or VSTO ?

for VSTO is possible with VS 2008 and.NET 3.5 look at this picture http://blogs.msdn.com/b/jensha/archive/2010/04/28/vsto-versionen-erkl-rt.aspx

for Interop change references to office 14, excel 14 and clean/recompile

Homero
  • 236
  • 1
  • 2