简体   繁体   中英

F# Compilation Error on Windows 8.1 Pro VS 2012

I am very new to F# and F# on visual studio. I just created a F# application and created a class, when I try with F# interactive window it works fine, When I build the application it gives fallowing three errors

FSharp.Core.sigdata not found alongside FSharp.Core FSC

Error opening binary file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.0.0__b03f5f7f11d50a3a\FSharp.Core.dll': FSharp.Core.sigdata not found alongside FSharp.Core

Problem reading assembly 'FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a': Error opening binary file 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\FSharp.Core\v4.0_4.3.0.0__b03f5f7f11d50a3a\FSharp.Core.dll': FSharp.Core.sigdata not found alongside FSharp.Core

Please advice me how it can be sorted.

要使Visual Studio 2012在Windows 8.1中正常工作,必须在升级到Windows 8.1后安装VS2012 Update 3。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM