LaunchWebsite.xaml (8.7 KB)
Main.xaml (8.0 KB)
ReadConfiguration.xaml (6.0 KB)
Hi, I have 3 Xamls
- Main
- ReadConfiguration
- Launch Website
ReadConfiguration: Inside this xaml, i am reading a text file and storing its value in Xdoc variable(used deserialize xml).
Launch website: Here i am invoking Readconfiguration.xaml and i want to pass the value from that xml(a website url) to the Open browser activity in “Launch website.”
When i ran i am getting “Try catch -Launch : Object reference not set to an instance of an object.” (NullReference exception)
Can some one help me out here to solve this?
Thanks - Sudhakar