I\'m following several examples to do a toast notification when I click a button in my app.
I stepped through the following example: http://msdn.microsoft.com/en-us/library/
I figured out the issue. I needed to set my app manifest to Toast Capable. I also noticed it doesn't work in simulator mode... But in Local Machine mode it worked.