A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
When i run program in debug mode the button clicks are working, but when i run using Start without Debugging then button clicks are not working in the log i can see
2016-04-06 11:54:43,256 [1] Caliburn.Micro.ViewModelBinder Action Convention Applied: Action NewQuery on element NewQuery.
xaml
Hi All,
When i run program in debug mode the button clicks are working, but when i run using Start without Debugging then button clicks are not working in the log i can see 2016-04-06 11:54:43,256 [1] Caliburn.Micro.ViewModelBinder Action Convention Applied: Action NewQuery on element NewQuery. xaml
AppViewModel
in my boostraper onstartup i am doing this
DisplayRootViewFor<AppViewModel>();
Thanks & Regards Rajasekhar