English 中文(简体)
如何更好地(任何吗?)诊断出绝迹,为什么其扔 throw法。
原标题:how to get better (any?) diagnostics out of ninject why its throwing ActivationException?
  • 时间:2011-11-23 08:45:37
  •  标签:
  • ninject

因此,我正在使用自动地图仪(千兆字节)和正文(其中的每一条),但我们有“问题”。 我写的是MVC3。

When I mess something up in Automapper configuration, Automapper goes to great lengths to tell me exactly what I did wrong, providing all necessary details.

当我看一看黑色组合时,它说“有些错误”。 即便如此,情况也不大。 如果我很幸运能够打开产出窗口,我希望能看到一种信息,类似于“第一次机会例外”的thrown被推翻。 这就是说。

如果你问我,那不会有帮助。

是否有办法使原教旨更具有共性? 现在,我有一份清单,列出我检查的物品(验明器是公开的,确保班级安装所有接口等)。

最佳回答

Aha! 这个问题已经解决。

引证我正在使用<代码>TryGet(),暗含地将任何例外排入正 throw。 因此,尽管我看到关于产出记录中第一个机会例外的信息,但实际上没有被抛弃。

转而使用<代码>Get(>>,使例外情况成为泡沫。

现在,在我的方法=>的错误方面,全方位的爱观从原方略处得到;非常有用的诊断性分解产出。

希望也给另一个灵魂带来同样的混乱。

问题回答

暂无回答




相关问题
Dependency Injection Wireup Question

If there are 3 interfaces like the following public interface IWeapon { void Kill(); } public interface ISword:IWeapon { void Slice(); } public interface IShuriken: IWeapon { void Pierce(); } ...

Is it possible to use Ninject with a static property?

I have a static SessionFactory class that initializes an NHibernate session factory. Because this process is expensive (~5 sec.), I want it to be static so it s only done once, at the beginning of ...

Ninject And Connection Strings

I am very new to Ninject and am trying Ninject 2 with MVC and Linq. I have a SqlProductRepository class and all I want to know is what s the best way of passing the connectionstring in the constructor ...

Using the Ninject kernel as a Unit of Work object factory

So I m starting to use Ninject for dependency injection and I m wondering what people think of using a kernel as an object factory for Unit of Work type objects like Linq2Sql Datacontexts. I would ...

热门标签