首页 新闻 赞助 找找看
0
回答数

待解决问题 20 使用 Castle.winsdor 注册为 LifestylePerWebRequest 每Web请求时报错

1、运行时,提示错误: Looks like you forgot to register the http module Castle.MicroKernel.Lifestyle.PerWebReq
4
回答数

已解决问题 30 同一段代码,在开发环境win10+iis8正常,部署到生产环境win2008+iis7.5报错:System.NullReferenceExceptio

同一段代码,在开发环境win10+iis8正常,部署到生产环境win2008+iis7.5报错: System.NullReferenceException: Object reference not
3
回答数

待解决问题 100 想用Castle Windsor实现nopCommerce中 AutoFac 注册 ISettings 的功能

nopCommerce实现的功能如下: 需要注入的类: public class CommonSettings : ISettings { public bool UseSystemEmailForC
5
回答数

已解决问题 50 为什么 List<Object> 无法转换成 List<Interface>?

using System.Collections.Generic; using System.Linq; namespace Console1 { public interface IPerson {