Silverlight 4.0 FileStream
Posted
by user273340
on Stack Overflow
See other posts from Stack Overflow
or by user273340
Published on 2010-03-09T02:13:38Z
Indexed on
2010/03/09
2:21 UTC
Read the original article
Hit count: 832
Silverlight
|filestream
FileStream fileStream = new FileStream(filePath, FileMode.Open, FileAccess.Read);
Arguments: << path >> Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.41108.0&File=mscorlib.dll&Key=FileSecurityState_OperationNotPermitted
The line of code above has an error [FileSecurityState_OperationNotPermitted]
© Stack Overflow or respective owner