In Silverlight 5, how to get Directory name of a file without Running application Out Of Browser? -


in silverlight 5, performing file operations using open file dialog. want read directory name of selected file open file dialog box. getting error "file operation not permitted. access path '' denied." how solve issue ? working fine when opt "running application out of browser elevated trust". don't want run app outside of browser. problem directory name of selected file without making application run out of browser. please help!

you try run silverlight 5 in browser elevated trust.

this no guarantee work because silverlight app still subject restrictions imposed security settings of browser.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -