Caliburn-Micro / Caliburn.Micro

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.
http://caliburnmicro.com/
MIT License
2.79k stars 776 forks source link

The navigationService does not work #817

Open DYZ-H opened 2 years ago

DYZ-H commented 2 years ago

image I am a newer to Caliburn.micro.When I use "navigationService.NavigateToViewModel(typeof(MenuViewModel))" ,I find that the MenuVIew will show in the frame, but the MenuViewModel does not work,does anybody can explain the question?Thanks

vb2ae commented 2 years ago

What type of project is this (WPF, Xamarin forms, UWP)? Can you share an example project with this issue?

DYZ-H commented 2 years ago

What type of project is this (WPF, Xamarin forms, UWP)? Can you share an example project with this issue?

It is WPF,And sorry,I do not konw how to upload my project.