Posts by Natanael Ribeiro Ferreira • 133 points
5 posts
-
2
votes1
answer48
viewsA: Problem in Visual Studio 2013 XAML
The answer to the problem is visual studio 2015. In visual studio 2015 the error no longer occurs.
-
2
votes1
answer145
viewsA: Error Connecting to Windows Phone 8.1 Silverlight Bluetooth Printer
DeviceInformationCollection DeviceInfoCollection = await DeviceInformation.FindAllAsync(RfcommDeviceService.GetDeviceSelector(RfcommServiceId.SerialPort)); var numDevices =…
-
3
votes1
answer145
viewsQ: Error Connecting to Windows Phone 8.1 Silverlight Bluetooth Printer
Trying to connect to the Bluetooth Printer gives the following error. " No more data is available. (Exception from HRESULT: 0x80070103)". This error only came from Visual Studio 2013, in Visual…
-
2
votes1
answer48
viewsQ: Problem in Visual Studio 2013 XAML
Objects do not appear in XAML Visual. They only appear if it is a project using Silverlight. But in Emulator when Compile display normal, it is bad only to edit Application Visual.…
-
4
votes1
answer208
viewsQ: How to send Email with HTML formatting to Windows Phone C#
Hello, Visual Studio 2012 has Emailcomposetask Object, but it does not have HTML formatting, I would like to know how to send emails via Windows Phone with HTML Formatting.