This question is locked. New answers and comments are not allowed.
Hi
Just came across a problem with a project I'm working on and am looking for pointers on how I can track down the problem.
Using latest release of Telerik silverlight controls 2012.
Silverlight 5 project with Prism+MEF
Secnario:
I have 3 views at the moment ShellView, OrdersView and HomeView.
ShellView is using the radTransition control with the regionmanager attached property assigned.
HomeView is using the radTileView control.
OrdersView is using the radDocking control.
Both HomeView and OrdersView are displayed in the same region. i.e the user clicks a button and the specified view for that button is displayed in the region as follows:
regionManager.RequestNavigate("MainRegion","OrdersView");
1. If I run the project from VS 2010 everything runs fine, I click the HomeViewButton and the HomeView is displayed, click the OrdersViewButton and the OrdersView is displayed.
2. When I publish to IIS on my server and I goto my web browser and browse to the location of the app it loaded as per expected. If I click the HomeViewButton the HomeView is displayed, but when I click the OrdersViewButton the OrdersView is not showing I just get a white screen which is the background of the app.
3. If I remote desktop to the server where the app is hosted and navigate to the app (using the same address as in step 2) everything loads and runs as expected.
So my problem is happening in step 2 but don't know how to debug it.
Any thoughts?
p.s. not saying this is a Telerik problem, just thought I'd post here first.
Thanks
Paul
Just came across a problem with a project I'm working on and am looking for pointers on how I can track down the problem.
Using latest release of Telerik silverlight controls 2012.
Silverlight 5 project with Prism+MEF
Secnario:
I have 3 views at the moment ShellView, OrdersView and HomeView.
ShellView is using the radTransition control with the regionmanager attached property assigned.
HomeView is using the radTileView control.
OrdersView is using the radDocking control.
Both HomeView and OrdersView are displayed in the same region. i.e the user clicks a button and the specified view for that button is displayed in the region as follows:
regionManager.RequestNavigate("MainRegion","OrdersView");
1. If I run the project from VS 2010 everything runs fine, I click the HomeViewButton and the HomeView is displayed, click the OrdersViewButton and the OrdersView is displayed.
2. When I publish to IIS on my server and I goto my web browser and browse to the location of the app it loaded as per expected. If I click the HomeViewButton the HomeView is displayed, but when I click the OrdersViewButton the OrdersView is not showing I just get a white screen which is the background of the app.
3. If I remote desktop to the server where the app is hosted and navigate to the app (using the same address as in step 2) everything loads and runs as expected.
So my problem is happening in step 2 but don't know how to debug it.
Any thoughts?
p.s. not saying this is a Telerik problem, just thought I'd post here first.
Thanks
Paul