Re: Auto -Registering View Models by convention, IHandler<> & EventDispatcher Castle Windsor

2018-03-14 Thread Jonathon Rossi
It appears your error is displaying while you are in the designer not a runtime error, so it is likely not everything has been set up correctly in your application because the entry point hasn't been invoked. Usually you don't want code outside the view controls running in the designer, and would

Auto -Registering View Models by convention, IHandler<> & EventDispatcher Castle Windsor

2018-03-13 Thread Javanie Campbell
using Castle.Core; using Castle.Facilities.TypedFactory; using Castle.MicroKernel.Registration; using Castle.Windsor; using LMS.Infrastructure; using LMS.Infrastruct