Questions tagged as 'silverlight'

1
answer

Access Denied when saving image in an application

I made a Silverlight application that captures image using the web cam. The application works perfectly however when I save the captured image it generates the following error:    File operation not permitted. Access to path: 'D: \ Web ....'...
asked by 29.09.2014 / 19:26
1
answer

Error Connecting to Bluetooth Printer Windows Phone 8.1 Silverlight

When trying to connect to the Bluetooth Printer gives the following error. "No more data is available (Exception from HRESULT: 0x80070103)". This error only occurred from Visual Studio 2013, in Visual Studio 2012 It worked normal. My Code....
asked by 12.05.2015 / 14:02
1
answer

ASP.NET Server Competition

I have a Silverlight application, which accesses a service in WCF. In this application I have a SaveNoteFiscal () method. This method calls a ValidateNoteFiscal method that checks whether an invoice with the reported number and series alread...
asked by 06.06.2016 / 19:48
1
answer

Does an ordinary Class Library work in Silverlight?

A non-target class library can be used in .NET Silverlight ? The same, would it work in a Silverlight web application? Thanks!     
asked by 09.07.2016 / 00:52
2
answers

Post App Windows Phone Silverlight

I am trying to publish a Windows Phone Silverlight 8.1 APP, however I am always with the same error:    The publisher in the uploaded packet does not match the publisher   expected. The expected publisher for this application is:   "CN = 6A10...
asked by 18.02.2015 / 13:24
0
answers

Interact with Silverlight

Good to all, I'm developing a VBA system that looks for documents (.pdf) on a particular site. But I came across a problem I had never seen, the site opens an IE tab with a Microsoft Silverlight viewer, so I have my problem, I can not interact w...
asked by 03.11.2017 / 17:43
1
answer

Select item in ListBox with Binding?

I have a list of contacts: <ListBox Name="lstContatos"> <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Vertical"> <StackPanel Orientation="Horizontal">...
asked by 15.11.2015 / 16:14
1
answer

Save photo in Windows Phone Gallery?

I am using the following code to save the image in IsolateStorage: String tempJPEG = "/Shared/Media/card.jpg"; using (IsolatedStorageFile myIsolatedStorage = IsolatedStorageFile.GetUserStoreForApplication()) { if (myIsolatedStorage.FileExi...
asked by 18.07.2015 / 05:23
1
answer

WCF for consumption in Silverlight application (Windows Phone 8.0)

I'm having trouble adding ServiceReference, it usually adds but when it generates the "Client" class it encounters the following error:    No endpoints compatible with Silverlight 3 were found. The generated   client class will not be usable...
asked by 26.09.2015 / 17:40
0
answers

Binding a List in Code-Behind? Silverlight

Would anyone know how I can bind a generic list in the Behind code? I had to create my Expanderview by code-behind and I have to do the binding of a property from my list for a Grid to update according to the color I set in ViewModel. Foll...
asked by 03.11.2016 / 18:43