Hi Kevin,
I just tested the View-Switching Navigation QuickStart of Prism 4 (with Silverlight 4) and of Prism 4.1 (with Silverlight 5) and both worked correctly as out of the box.
As a starting point to understand the cause behind this problem, you could check the exception in order to find more details about why the QuickStart is failing. To do so, you need to:
As a side note, take into account that if you are using Silverlight 5 it's recommended to use the Prism 4.1 version instead of the Prism 4 version.
Regards,
Damian Cherubini
http://blogs.southworks.net/dcherubini
I just tested the View-Switching Navigation QuickStart of Prism 4 (with Silverlight 4) and of Prism 4.1 (with Silverlight 5) and both worked correctly as out of the box.
As a starting point to understand the cause behind this problem, you could check the exception in order to find more details about why the QuickStart is failing. To do so, you need to:
- Enable Silverlight debugging in the Web project: go to ViewSwitchingNavigation.Web's properties > Web > Debuggers > check the Silverlight option.
-
Put a break point in the Application_UnhandledException method of the App.xaml.cs class of the ViewSwitchingNavigation project.
As a side note, take into account that if you are using Silverlight 5 it's recommended to use the Prism 4.1 version instead of the Prism 4 version.
Regards,
Damian Cherubini
http://blogs.southworks.net/dcherubini