I would like to use Castle Windsor in my WPF app that is a simple program with 4 controls and two services running. The thing is that I have a service that has a constructor which requires an int parameter. I've provided installer for CW & and injected it to class but CW fails saying that can't resolve the parameter for the int type.I would like to use Castle Windsor in my WPF ap