iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi Handy,
There's nothing wrong, it all works perfectly. The post I did was for anyone trying to solve the same problem.
Thanks
Ajay
Thanks Handy,
Just incase someone else has the same problem I had to do this in the Application_Startup:
private void Application_Startup(object sender, StartupEventArgs e)
{
this.RootVisual = new MainPage();
UXShell.Current.IsInitializing = true;
// create a new ApplicationPackage that represents App1
ApplicationPackage app3 = new ApplicationPackage()
ID = "SimpleExternalApp",
Name = "SimpleExternalApp",
Source = new Uri("SimpleExternalApp.xap", UriKind.RelativeOrAbsolute),
EnableMetadataDiscovery = true,
MainType = "SimpleExternalApp.MainPage",
VirtualPathIdentity = "/SimpleExternalApp",
Size = -1 // auto detect the file size at runtime
};
UXShell.Current.Applications.Add(app3);
UXShell.Current.IsInitializing = false;
}
Thanks again.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname