﻿<?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 - iOS Unified Navigateservice.navigate error</title><link>http://www.intersoftsolutions.com/Community/Crosslight/iOS-Unified-Navigateservicenavigate-error/</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>iOS Unified Navigateservice.navigate error</title><link>http://www.intersoftsolutions.com/Community/Crosslight/iOS-Unified-Navigateservicenavigate-error/</link><pubDate>Fri, 16 Jan 2015 06:04:28 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi Ryan Herman,&lt;/p&gt;&lt;p&gt;To used Xamarin Unified API you must upgrade your project with Project Migration tool that is exist in Xamarin Studio.&amp;nbsp;&lt;span style="font-size: 10pt;"&gt;You could refer to http://blog.intersoftpt.com/2014/12/crosslight-introduces-support-for-xamarin-unified-api/ for more information regarding it.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Basically the step are the following:&lt;br&gt;&lt;span style="font-size: 10pt;"&gt;1. Select iOS project and Migrate it by selecting Project &amp;gt; Migrate to Xamarin.iOS Unified API.&lt;br&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;2. Remove existing Intersoft.Crosslight.iOS assemblies under iOS project.&lt;br&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;3. Add the new Intersoft.Crosslight.iOS Unified assemblies from the bin\iOS.Unified folder.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Please inform me whether your project have been migrate using above step or using other scenario.&lt;br&gt;&lt;span style="font-size: 10pt;"&gt;If the problem still persist after the migration, please kindly provide me with a sample if possible.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Thanks you.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;Best Regards,&lt;br&gt;&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;Leo&lt;/span&gt;&lt;/p&gt;</description></item><item><title>iOS Unified Navigateservice.navigate error</title><link>http://www.intersoftsolutions.com/Community/Crosslight/iOS-Unified-Navigateservicenavigate-error/</link><pubDate>Thu, 15 Jan 2015 06:17:48 GMT</pubDate><dc:creator>devincroud</dc:creator><description>&lt;p&gt;I'm having issue navigating after making a new view controller and trying to navigate to it. &amp;nbsp;I can provide a sample if needed but here is the stack trace.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Maybe you already know of the issue.&lt;/p&gt;&lt;pre&gt;System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&amp;gt; System.Exception: Object reference not set to an instance of an object


  at Intersoft.Crosslight.iOS.UIViewControllerExtensions.GetParentViewController (UIKit.UIViewController viewController, System.Type parentViewControllerType) [0x00000] in &amp;lt;filename unknown&amp;gt;:0


 at Intersoft.Crosslight.iOS.Services.NavigationService.Navigate (Intersoft.Crosslight.NavigationTarget target, System.Action`1 resultCallback) [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at Intersoft.Crosslight.iOS.Services.NavigationService.Navigate (Intersoft.Crosslight.NavigationTarget target) [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at Intersoft.Crosslight.iOS.Services.NavigationService.Navigate[HomeViewModel] () [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at Incroud.ViewModels.NewLoginViewModel..ctor () [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&amp;amp;)


  at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00002] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:537


  --- End of inner exception stack trace ---


  at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00016] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:543


  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x000af] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Activator.cs:329


  at System.Activator.CreateInstance (System.Type type) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Activator.cs:222


  at Intersoft.Crosslight.iOS.UIViewController`1[Incroud.ViewModels.NewLoginViewModel].CreateViewModel () [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at Intersoft.Crosslight.iOS.UIViewController`1[Incroud.ViewModels.NewLoginViewModel].EnsureViewModel (Boolean initializeEvents) [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at Intersoft.Crosslight.iOS.UIViewController`1[Incroud.ViewModels.NewLoginViewModel].Intersoft.Crosslight.ISupportViewModel.get_ViewModel () [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at Intersoft.Crosslight.iOS.UIApplicationDelegate.FinishedLaunching (UIKit.UIApplication application, Foundation.NSDictionary launchOptions) [0x00000] in &amp;lt;filename unknown&amp;gt;:0


  at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)


  at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62


  at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46


  at Incroud.iOS.Application.Main (System.String[] args) [0x00008] in /Users/ryan/Dropbox (Personal)/app/Incroud/Incroud.iOS/Main.cs:15

&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</description></item></channel></rss>