The following #r command will execute fine on Windows
#r "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
On Osx with Mono 3.0.6 it cant find the file even though the file is in the search path.
Im guessing that this might be to do with delay signing in Mono, can anyone confirm this or know what the best work arounds are?