Xamarin forms for mobile devices

I'm following title "Run the UI template item" at "https://help.syncfusion.com/xamarin/visual-studio-integration/visual-studio-extensions/essential-ui-kit
but at "MainPage=new App1.Views.Login.LoginPage();"
There is no references to "Views" from App1 (yes I'm using my project name called "my-app-name-test")
Essential UI Kit for Xamarin.Forms - Syncfusion v2.5.0.0

Visual Studio 2019 v16.5.0

3 Replies

DV Divya Venkatesan Syncfusion Team March 23, 2020 06:13 AM UTC

Hi Kellum,              
 
Greetings from Syncfusion. 
 
We suggest you to set application namespace instead of App1 as shown in the below code snippets. 
 
MainPage = new my-app-name-test.Views.Login.LoginPage(); 
 
Please let us know if you need any further assistance. 
 
Regards, 
Divya Venkatesan 



KE Kellum March 23, 2020 11:17 AM UTC

Hi Divya,

I found out that when creating a project inside Visual Studio 2019 called "my-app-name-test", the namespace of the entire project becomes "my_app_name_test" (that's why my-app-name-test.Views.Login.LoginPage() didn't work for me)

Thanks. This project has been resolved.


DV Divya Venkatesan Syncfusion Team March 24, 2020 06:32 AM UTC

Hi Kellum, 
 
Thanks for the update. 
 
Please get back to us if you need any further assistance. We would be happy to assist you. 
 
Regards,  
Divya Venkatesan 


Loader.
Up arrow icon