首页 文章
  • 0 votes
     answers
     views

    遇到Spring.NET缓存问题

    我一直在阅读这篇文章,以帮助我继续我的缓存并遇到问题 . 当我尝试调用下面的方法时,我收到以下错误: "Cannot initialize property or field node 'LocalTariffId' because the specified context is null." 我认为我在下面使用的属性语法一旦返回缓存我的数据就会使用结果的LocalTari...
  • 0 votes
     answers
     views

    Spring.Core.TypeMismatchException:无法转换Dictionary类型的属性值

    我正在努力解决问题,非常感谢一些帮助 . public interface ISolver<T> { void Solve(); } public class Solver : ISolve<IEntity> { void Solve() { ...code that solves the given problem } } public clas...
  • 6 votes
     answers
     views

    如何使用log4net配置Spring.NET中的日志记录?

    我想从Spring.NET Aspect库使用Logging方面和log4Net . 我发现this article如何将log4Net与Common Logging API一起使用 . 我的测试应用程序是控制台,基于.NET 4.0客户端配置文件 . 1 st尝试 所以我在我的项目中引用这些库: Spring.Core版本1.3.2.40943,运行时版本v4.0.30319 Sprin...

热门问题