bugthesystem / Caliburn.Metro

A library that combines MahApps.Metro with Caliburn.Micro for Metro UI styled WPF applications.
The Unlicense
111 stars 47 forks source link

No window is created. #6

Closed Ep0chalypse closed 9 years ago

Ep0chalypse commented 9 years ago

Hi. After installing Caliburn.Metro via NuGet and copying all the files from https://github.com/ziyasal/Caliburn.Metro/tree/master/Caliburn.Metro.Sample (of course changing the namespaces correctly etc etc). The application fails to compile with this message: Could not locate any instances of contract Caliburn.Micro.IWindowManager. I'm not sure how to fix this. Any help is appreciated!

bugthesystem commented 9 years ago

Hi @Wicked0ne , thanks for your feedback, I tried to reproduce problem but it works well. Here are my steps;

You can find my sample here