[MonoDevelop] Could not load file or assembly 'Mono.Posix' (Windows-specific Error)
Joshua Granick
bulkmail at joshuagranick.com
Thu Apr 12 15:48:08 UTC 2012
Hi,
I am experiencing an error only on Windows. Is this an issue with
MonoDevelop, or should I do something differently when I create my add-in?
Whenever I attempt to access something that uses GTK#, it throws an error
for not being able to find Mono.Posix. If I understand things correctly,
this library is required to use GTK#, and is a part of the core libraries.
Shouldn't MonoDevelop be able to resolve a path to the library?
System.IO.FileNotFoundException: Could not load file or assembly
'Mono.Posix, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies. The system
cannot find the file specified
This does not occur on OS X or Linux... it only occurs on Windows 7. Thank
you for your help!
More information about the Monodevelop-list
mailing list