F#Powerpack问题.方法未找到错误

Abd*_*med 8 f# powerpack

我有一段时间的F#Powerpack.它跑得很好.但是几天前,我不知道我做了什么,每当我编译项目并运行它时,我都会收到错误

Method not found: 'System.Object Microsoft.FSharp.Text.Parsing.Tables`1.Interpret(Microsoft.FSharp.Core.FSharpFunc`2<Microsoft.FSharp.Text.Lexing.LexBuffer`1<Char>,!0>, Microsoft.FSharp.Text.Lexing.LexBuffer`1<Char>, Int32)'.
Run Code Online (Sandbox Code Playgroud)

我也尝试过我的笔记本电脑.然后我想,这可能是我的代码中的错误.所以我开始了一个新项目,F#Parsed Language Starter Kit(你在网上找到的入门套件),它失败并出现同样的错误.我尝试重新安装F#Powerpack但错误仍在继续.