Hi,
I have followed all the steps to upload excel into Silverlight datagrid as in this link..
http://www.kunal-chowdhury.com/2010/05/silverlight-4-interoperability-with.html
, but I am getting issue at this step..
dynamic lObjExcel = AutomationFactory.CreateObject("Excel.Application");
As "This operation is not supported in the current context."
Any ideas.
Thanks
Suthish NairPosted May 10, 2011, 4:12 AM
You need to use Out-of-Browser support.
refer: http://msdn.microsoft.com/en-us/library/ee721083%28v=VS.95%29.aspx
or follow link