0 people like it.
Like the snippet!
Exeption
1:
2:
3:
4:
5:
6:
7:
8:
|
C:
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'System.IO.FileSystem.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at System.ConsolePal.OpenStandardInput()
at System.ConsolePal.GetOrCreateReader()
at System.Console.EnsureInitialized[T](T& field, Func`1 initializer)
at System.Console.get_In()
at Microsoft.FSharp.Compiler.Interactive.Shell.MainMain(String[] argv)
|
namespace System
namespace System.IO
Multiple items
type FileLoadException =
inherit IOException
new : unit -> FileLoadException + 4 overloads
member FileName : string
member FusionLog : string
member GetObjectData : info:SerializationInfo * context:StreamingContext -> unit
member Message : string
member ToString : unit -> string
Full name: System.IO.FileLoadException
--------------------
System.IO.FileLoadException() : unit
System.IO.FileLoadException(message: string) : unit
System.IO.FileLoadException(message: string, inner: exn) : unit
System.IO.FileLoadException(message: string, fileName: string) : unit
System.IO.FileLoadException(message: string, fileName: string, inner: exn) : unit
val not : value:bool -> bool
Full name: Microsoft.FSharp.Core.Operators.not
type Console =
static member BackgroundColor : ConsoleColor with get, set
static member Beep : unit -> unit + 1 overload
static member BufferHeight : int with get, set
static member BufferWidth : int with get, set
static member CapsLock : bool
static member Clear : unit -> unit
static member CursorLeft : int with get, set
static member CursorSize : int with get, set
static member CursorTop : int with get, set
static member CursorVisible : bool with get, set
...
Full name: System.Console
namespace Microsoft
namespace Microsoft.FSharp
namespace Microsoft.FSharp.Compiler
namespace Microsoft.FSharp.Compiler.Interactive
module String
from Microsoft.FSharp.Core
More information