I have got it working as out of browser application, but I was wondering if I can directly access these resources from silverlight page and not OOB .
I guess With OOB the user install the application from the page.
When I run the silvelright 4 project from VS 2010 (WITHOUT Out Of Browser settings) , it can access all the COM resources like Excel and data link dialog. But when I deploy the silverlight application in IIS 7.0, it fails accessing the resource. No exception resported thoug开发者_StackOverflowh.
So that question in 1 line is : Can i access COM resource from silverlight page (not OOB) when its deployed in IIS
thank you
You cannot access COM objects in a Silverlight 4 in browser app. The app needs to be OOB with elevated trust. Note an app can be OOB yet not have elevated trust that is an additional option you need to select after enabling OOB.
精彩评论