Actually i have a condition where i need to call Navigation Frame from other project Where Frame in not defined.
I want to navigate to other page when confirmation box clicked, It should be achieved from View Model or Code Behind page.
Silverlight-5 doesn't support NavigationService.Navigate method.
How to achieve it?