我在使用Ado.net的C#中有一个Web应用程序,以下代码抛出了一个MissingMethodException
DbParameters prms = new DbParameters(Ado.AdoTemplate.DbProvider);
异常消息是:Method not found:'System.Collections.IDictionary Spring.Objects.Factory.IListableObjectFactory.GetObjectsOfType(System.Type)'
用于工作的代码,但在更新以下软件包后出现错误。
Spring.Data to Version 2.0.1
Common.Logging to Version 3.3.1
Microsoft ASP.NET MVC 4 to Version 4.0.40804.0
jQuery到3.1.1版