How does F# Interactive #I command know about project path?
问题 Here is the scenario: Open Visual Studio. This was done in VS2010 Pro. Open F# Interactive within Visual Studio Open project with fsx file Note: Project and fsx file are in E:\<directories>\fsharp-tapl\arith Send commands to F# Interactive from fsx file > System.Environment.CurrentDirectory;; val it : string = "C:\Users\Eric\AppData\Local\Temp" I was not expecting a Temp directory but it makes sense. > #r @"arith.exe" Examples.fsx(7,1): error FS0082: Could not resolve this reference. Could