visual studio 2010
-
how to navigate to different project file from one project file on clicking of button in visual studio 2010
-
how to navigate to different project file from one project file on clicking of button in visual studio 2010
Which button are you talking about?
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
Which button are you talking about?
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
I made an application for tracking the location of Windows phone 7 using Windows phone SDK 7.1 and i have used visual studio 2010 for creating my application.I have made different project files in visual studio 2010 using XAML one for starting page which has button at the bottom named menu ,i want on clicking of this button my another project file get opened which has different icons page and again on clicking of those icons my different project files should run in emulator like on clicking of one icon project file of Bing map should open and on clicking of another icon project file of simple calculator should open in Windows phone 7 emulator on debugging my application.How can i achieve all this i am getting unhandled exceptions and i can't navigate to different project files from one another while debugging the application.
-
I made an application for tracking the location of Windows phone 7 using Windows phone SDK 7.1 and i have used visual studio 2010 for creating my application.I have made different project files in visual studio 2010 using XAML one for starting page which has button at the bottom named menu ,i want on clicking of this button my another project file get opened which has different icons page and again on clicking of those icons my different project files should run in emulator like on clicking of one icon project file of Bing map should open and on clicking of another icon project file of simple calculator should open in Windows phone 7 emulator on debugging my application.How can i achieve all this i am getting unhandled exceptions and i can't navigate to different project files from one another while debugging the application.
Saurav_bajaj wrote:
i am getting unhandled exceptions
Then you should add some code to handle them and determine why they are happening and what needs to be done to fix them.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
Saurav_bajaj wrote:
i am getting unhandled exceptions
Then you should add some code to handle them and determine why they are happening and what needs to be done to fix them.
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
Thanx for your reply. I will do what you suggested if still there is a problem , I will come back to you.