I am want to do automocking with Windsor so that I can do something like _controller = _autoMockingContainer.Create<MyControllerWithLoadsOfDepdencies>();
I\'m getting this error intermittently during debugging an MVC3 application. Intermittently being that if I modify the code within the app, rebuild and test, the error appears. If I make a change the
I\'m trying to configure Castle Windsor with NHibernate and Castle.Facilities.AutoTx, but I keep getting problems with the PerTransactionLifeStyleOption. If I do
I have a problem with Automapper when I try use custom resolver which uses dependency injection. I have the following model:
I am trying to register a facility in Castle Windsor using the fluent apis (version 2.5.1). I am also trying to use a non default constructor (one that takes parameters). My current code looks like th
Im having issues configuring application using windsor, facilities and nhibernate. Im getting this exception:
Here is my castle config in win forms client <components> <component id=\"TestServiceClient\" type=\"TcpService.ITestService, TcpService\"
I use Windsor Castle with IHandlerSelector for multitenant implementation. I have two forms FrmInvoice and a custom FrmInvoiceCustomer1 share same IFrmInvoice interface. I want to switch them with my
I am writing an MCV3 application using Windsor as the IoC container. I am using Cassini-dev and WaitN in the Acceptance tests and have a number of basic tests which work fine.
How can i produce the same output as specified below using the TypedFactoryFacility? public class Something