Skip to main content
Home Forums Silverlight Programming Programming with .NET - General File locking in Silverlight
0 replies. Latest Post by timanderson on August 11, 2009.
(0)
timanderson
Member
67 points
34 Posts
08-11-2009 3:36 AM |
I've been experimenting with a port of SQLite to Silverlight, see:
http://www.itwriting.com/blog/1695-proof-of-concept-c-sqlite-running-in-silverlight.html
One of the issues is that the file locking methods (for Isolated Storage) have been removed or are not accessible in the .NET Framework in Silverlight.
Has anyone tried to implement file locking in Silverlight? If so I'd be interested to know what approach you took.
Tim