views:

442

answers:

0

I'm working on a Silverlight 4 app and I want to test out the new COM Interopability and I am getting this error. I have a reference to Microsoft.CSharp but I still get the error.

dynamic excel = ComAutomationFactory.CreateObject("Excel.Application");

Any Ideas?