views:

49

answers:

1

As you can see in Windsor wiki

There is a class named FromAssembly to help me with installers. But i'm unable to find it anywhere in Castle.* I'm using .NET 4

+2  A: 

You can download the source code and do a crtrl-f on the solution:

http://github.com/castleproject/Castle.InversionOfControl

You will need a git client tool, Follow the instructions on the TortoiseGIT site to get one up and running if you dont have one already.

Noel Kennedy
Does that mean, that this class is only availiable in trunk?
xumix
Thats true, this class is only in master branch, not the released one
xumix
The wiki covers upcoming version 2.5 and the class is one of the new additions there.
Krzysztof Koźmic

related questions