How to navigate from one window to other using NavigationService in locator. I tried
var navigationService = new NavigationService();
The above line showing error. It tells navigationservice doesnot takes zero arguements
How to navigate from one window to other using NavigationService in locator. I tried
var navigationService = new NavigationService();
The above line showing error. It tells navigationservice doesnot takes zero arguements
like the comments mention you provided not much information but maybe following question helps: MVVM Light 5.0: How to use the Navigation service
Or maybe you can look at the docs or posts from the author. http://www.mvvmlight.net/doc/nav1.cshtml
or... if you use google you find blog posts like this... https://marcominerva.wordpress.com/2014/10/10/navigationservice-in-mvvm-light-v5/
HTH