﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - "The navigation controller for this service cannot be located."</title><link>http://www.intersoftsolutions.com/Community/Crosslight/The-navigation-controller-for-this-service-cannot-be-located/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>"The navigation controller for this service cannot be located."</title><link>http://www.intersoftsolutions.com/Community/Crosslight/The-navigation-controller-for-this-service-cannot-be-located/</link><pubDate>Sun, 04 May 2014 11:16:59 GMT</pubDate><dc:creator>nicholaslie</dc:creator><description>&lt;p&gt;Hi Andrew,&lt;/p&gt;&lt;p&gt;Thanks for the question. The error is because, exactly, that you are using a MultiPageViewModel. If you would kindly take a look at the MVVMSamples shipped with Crosslight, may I redirect your attention to the EventPublisherViewModel which contains the following code.&lt;/p&gt;&lt;pre&gt;private void ExecuteSendMessage(object parameter)
{
    ((IMultiPageViewModel)this.ParentViewModel).SelectedIndex = 1;
    EventAggregator.Default.Publish&amp;lt;DelegateEvent&amp;lt;string&amp;gt;, string&amp;gt;(this.Message);
}&lt;/pre&gt;
&lt;p&gt;Instead of invoking the navigation service here, you need to set the SelectedIndex to move from one tab to another. Feel free to ask if you have any further questions. Thanks.&lt;/p&gt;</description></item><item><title>"The navigation controller for this service cannot be located."</title><link>http://www.intersoftsolutions.com/Community/Crosslight/The-navigation-controller-for-this-service-cannot-be-located/</link><pubDate>Fri, 02 May 2014 14:36:06 GMT</pubDate><dc:creator>mngl2014</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I hope somebody has seen this error and has an idea or where the issue might be.&lt;/p&gt;
&lt;p&gt;I am trying to use the NavigationService.Navigate from isde a view model and it crashes with this error message: &lt;br /&gt;&lt;/p&gt;"The navigation controller for this service cannot be located."&lt;br /&gt;
&lt;p&gt;The RootViewModel is a MultiPageViewModel.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Any hint is greatly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>