When scanning your example code I see that a feature IncludeScreenshot is there, but can“t find it in the documentation.
Should I not use this feature in the Beta ?
Regards
Fredrik
3 Answers, 1 is accepted
0
Valentin.Stoychev
Telerik team
answered on 09 Feb 2012, 09:01 AM
Hi Fredrik,
Feel free to use it. You need to set:
radDiagnostics.IncludeScreenshot = true;
You will then receive a base64String encoded Image in the email. We can not attach an Image to the email because this is still not supported by the WP platform. To decode the image you need to view the email as text and to copy the string into this helper site (not associated with Telerik):
It should be easy to get started with this site. But here are the steps to view your image:
1. Paste the base64 string into the TextBox,
2. Choose "decode the data from a Base64 string (base64 decoding)" option,
3. Choose "export to a binary file, filename:" option and set the file name to be something with ".jpg" extension - for example - "screen.jpg".
4. Click on the "Convert source data" button which is below the textbox.
This should do it.
Please let us know how it goes!
Greetings,
Valentin.Stoychev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>