Alex Netkachov
Alex Netkachov
Fantastic, it works just as expected. Thank you very much! Would be great to add this to the documentation.
Had this error message after installing NET5RC. Solved by deleting the dotnet-script cache: `rm ~\AppData\Local\Temp\dotnet-script\*`.
As the topic starter, I feel that I need to inform you that I will not proceed with it further because I no longer use wikilinks. The name clashes in...
It looks like the project does not have reference to FSharp.Core. But it is in GAC so maybe that's why VS compiles it well. fsproj file: http://pastebin.com/pzsaVa7r
BTW, if I have several subfolders with different F# project, how the plugin selects the correct one to process the file? Or should the project always contains one fsproj file...
> Can you get access to the exact error message returned by the background process, and post it here? ``` ERROR|TYPECHECK|startup|1|1|internal error: BuildFrameworkTcImports: no resolution of 'FSharp.Core.dll' ERROR|TYPECHECK|unknown|1|1|Unable to find...