Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of DllImport for LockFileEx prevents runningunder Silverlight #33

Closed
GoogleCodeExporter opened this issue Mar 8, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link

[DllImport( "kernel32", SetLastError = true )]
static extern int LockFileEx (...) 

is referenced in os_win_c.cs and used by the locking routines

This prevents fulling running under Silverlight

Split from issue # 10

Original issue reported on code.google.com by noah.hart@gmail.com on 24 Aug 2009 at 10:28

@GoogleCodeExporter
Copy link
Author

Original comment by noah.hart@gmail.com on 24 Aug 2009 at 10:28

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

I am handling this and all the File Access API. I will submit code soon that 
handles
medium trust

Original comment by enzinol@gmail.com on 15 Sep 2009 at 4:53

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Sent patch to use in Silverlight by email.

Original comment by kosenko....@gmail.com on 17 Feb 2010 at 4:09

@GoogleCodeExporter
Copy link
Author

SILVERLIGHT patches pushed 2010-2-16

Original comment by noah.hart@gmail.com on 17 Feb 2010 at 6:42

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant