Advanced Forum Search Results
-
Good to read you have a working solution.
-
I'm not completely sure, but I think you need to add mailto: in front of the e-mail address in NavigateUri. Further on looks fine.
-
<HyperlinkButton Content="{Binding Email}" NavigateUri="mailto:boo@bla.com"/>
-
mailto:some@boo.com
protocol + e-mail address.
-
Sadly this is a generic xaml-error. Can you paste your xaml?
-
This is possible because the e-mail address is a url where you navigate to, like: mailto:boo@boo.com
The default handler for mailto protocol is probably Outlook on your machine. On other peoples machine it might be a different e-mail client. That's all.
-
I think Microsoft Connect would be the other channel where you can submit those ideas.
-
What exactly were your code parts that didn't work? Please be very specific. Maybe we can find out what's wrong with the solution you tried.
-
I'm not completely sure if it's legal, but you can find out a lot about any Silverlight application by using Silverlight Spy by Koen Zwikstra. Maybe it helps you.
-
I agree, it's difficult to find out what's causing the error if you're missing the httpHandler. Though when you create a Silverlight Business Application from scratch, with a new Web project, the web.config will contain this httpHandler.