views:

35

answers:

1

This enum used to exist not too long ago. I am upgrading to Castle Core 1.3.0, and the enum is no more. What happened to it?

+1  A: 

It lives in Castle.Windsor.dll now. Did you used the enum outside of Windsor?

Krzysztof Koźmic
Indeed. Thanks, it's also called LifestyleType instead of LifeStyleType.
ripper234
So did you use it w/o Windsor?
Krzysztof Koźmic