Visual Studio F# error - FSharp.Core.sigdata
See original GitHub issueI’ve installed the latest FSharp bundle, but now whenever I hit control-spacebar in Visual Studio, I get this error:
Problem reading assembly ‘FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’: Error opening binary file ‘C:\Windows\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.1.0__b03f5f7f11d50a3a\FSharp.Core.dll’: FSharp.Core.sigdata not found alongside FSharp.Core
Also, when I try to compile, I get:
FSC: error FS1223: FSharp.Core.sigdata not found alongside FSharp.Core FSC: error FS0229: Error opening binary file ‘C:\Windows\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.1.0__b03f5f7f11d50a3a\FSharp.Core.dll’: FSharp.Core.sigdata not found alongside FSharp.Core FSC: error FS3160: Problem reading assembly ‘FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’: Error opening binary file ‘C:\Windows\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.1.0__b03f5f7f11d50a3a\FSharp.Core.dll’: FSharp.Core.sigdata not found alongside FSharp.Core Done building project “Library1.fsproj” – FAILED.
Edit 2
On top of that, I get the following errors when I try to run fsi.exe:
> Session termination detected. Press Enter to restart.
unknown(1,1): error FS1223: FSharp.Core.sigdata not found alongside FSharp.Core
unknown(1,1): error FS0229: Error opening binary file 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.1.0__b03f5f7f11d50a3a\FSharp.Core.dll': Exception of type 'Microsoft.FSharp.Compiler.ErrorLogger+StopProcessing' was thrown.
unknown(1,1): error FS3160: Problem reading assembly 'FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a': Exception of type 'Microsoft.FSharp.Compiler.ErrorLogger+StopProcessing' was thrown.
Note: I can still run fsi.exe for F# 3.0. I’m only having this issue with 3.1 (C:\Program Files (x86)\Microsoft SDKs\F#\3.1\Framework\v4.0)
Any idea how I can get back to functioning F#?
Edit 3
It appears that I am again able to compile my F# projects after numerous repair installs/system reboots of things. The issues with fsi.exe and Visual Studio Intellisense remain.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (2 by maintainers)
Top GitHub Comments
I am currently having this problem.
Wow, THE Don Syme! Yes sir, I tried both of those things, but they had no impact. Ideally I would be able to do a full system wipe, but I’m not really organized enough to have that be feasible right now (or ever).
The problem is no longer urgent for me, since I can now use Visual Studio 2015 with F# 4.0.