Error: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.Binder.Convert'

Posted by Nate Zaugg on Stack Overflow See other posts from Stack Overflow or by Nate Zaugg
Published on 2010-02-27T05:23:54Z Indexed on 2010/04/10 17:53 UTC
Read the original article Hit count: 3436

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?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about silverlight-4.0