The following #r command will work fine on Windows
#r "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
In Osx with Mono 3.0.6, it cannot find the file, even if the file is in the search path.
I guess this could be due to a delay in Mono's subscription, can anyone confirm this or find out what works best?
source
share