使用 ASP.NET MVC 不支持关键字

Keyword not supported using ASP.NET MVC

我有一个mvc web project.When我运行它,我把那个错误。"Keyword not supported: compatible Parameter name: keyword"。我查看了 web.config 和 appconfig。但是我看不到任何 error.what 我能为这个错误做些什么吗?

我的网络配置连接字符串

add name="Entities" connectionString="metadata=res://*/DataModel.Model.csdl|res://*/DataModel.Model.ssdl|res://*/DataModel.Model.msl;provider=Npgsql;provider connection string="port=5432;timeout=15;pooling=True;minpoolsize=1;maxpoolsize=500;commandtimeout=30;compatible=2.2.3.0;host=localhost;database=toki;user id=postgres;password=master;sslmode=Disable;connectionlifetime=100;enlist=True;preloadreader=True"" providerName="System.Data.EntityClient"

我的应用配置连接字符串

add name="Entities" connectionString="metadata=res://*/DataModel.Model.csdl|res://*/DataModel.Model.ssdl|res://*/DataModel.Model.msl;provider=Npgsql;provider connection string="port=5432;timeout=15;pooling=True;minpoolsize=1;maxpoolsize=500;commandtimeout=30;compatible=2.2.3.0;host=localhost;database=toki;user id=postgres;password=master;sslmode=Disable;connectionlifetime=100;enlist=True;preloadreader=True"" providerName="System.Data.EntityClient"

尝试从两个连接字符串中删除 compatible=2.2.3.0;