如何防止在 MVC 中重新提交表单

Severity    Code    Description Project File    Line    Suppression State

Error   CS0234  The type or namespace name 'EdmxReader' does not exist in the namespace 'Microsoft.OData.Edm.Csdl' (are you missing an assembly reference?) ODataClient C:\temp\NET\ODataClient\Connected Services\TrippingService\TrippingProxy.cs 510 Active

此问题的解决方案可在https://github.com/juliopinto15/lab/commit/deb1254301a775eb6771b0bed672dd3f56f37cfe 获得。


只需更改下面的代理(例如 TrippingProxy.cs)生成的代码行作为方法LoadModelFromString() 的一部分:


return global::Microsoft.OData.Edm.Csdl.EdmxReader.Parse(reader);


return global::Microsoft.OData.Edm.Csdl.CsdlReader.Parse(reader);


尚方宝剑之说
浏览 169回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP