0
我有一個mvc web項目。當我運行它時,我接受了這個錯誤。「關鍵字不支持:兼容參數名稱:關鍵字」。我看着web.config和appconfig。但是我看不到任何錯誤,我能爲這個錯誤做些什麼?關鍵字不支持使用ASP.NET MVC
我的web配置的連接字符串
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"