Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up a new WPF project #423

Closed
AlbertoDePena opened this issue Mar 30, 2017 · 2 comments
Closed

Setting up a new WPF project #423

AlbertoDePena opened this issue Mar 30, 2017 · 2 comments
Labels
Milestone

Comments

@AlbertoDePena
Copy link

AlbertoDePena commented Mar 30, 2017

https://github.com/Caliburn-Micro/Caliburn.Micro/tree/master/samples/setup/Setup.WPF

Hey, it looks like the window manager must be registered (Bootstrapper class). Otherwise a null exception is thrown.

container.Singleton<IWindowManager, WindowManager>();
container.PerRequest<ShellViewModel>();

FYI =)

@nigel-sampson
Copy link
Contributor

Thanks, not sure how that one slipped through.

@nigel-sampson nigel-sampson added this to the v3.1.0 milestone Mar 31, 2017
@AlbertoDePena
Copy link
Author

No worries. Keep up the good work =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants