Most voted "silverlight" questions
12 questions
Sort by count of
-
4
votes1
answer315
viewsSilverlight Lightswitch - [Noelements] Debug resource chains not available
I am responsible for supporting a web platform made in Silverlight, in which I am not allowed to change anything in its code. The customer has complained that sometimes there are some strange…
-
3
votes1
answer783
viewsAccess Denied when saving image to an application
I made a Silverlight app that captures image using web cam. The application works perfectly however when I save the captured image generates the following error: File Operation not permitted. Access…
-
3
votes1
answer145
viewsError 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…
c# visual-studio-2013 windows-phone windows-phone-8-1 silverlightasked 9 years, 6 months ago Natanael Ribeiro Ferreira 133 -
3
votes1
answer203
viewsCompetition Server ASP.NET
I have a Silverlight application, which accesses a service in WCF. In this application I have a method Salvarnotafiscal(). This method calls a method Validarnotafiscal that verifies if there is…
-
2
votes2
answers190
viewsPublish Windows Phone Silverlight app
I’m trying to publish a Windows Phone Silverlight 8.1 app, but I’m always having the same mistake: Publisher in loaded package does not match publisher expected. The publisher expected for this…
-
2
votes1
answer22
viewsDoes a common Class Library work on Silverlight?
A destination class library can be used in .NET Silverlight? Would it work in a Silverlight web application? Thank you!…
-
2
votes0
answers72
viewsInteract with Silverlight
Good to all, I am developing a VBA system that searches documents (.pdf) on a certain site. However I came across a problem that I had never seen before, the site opens an IE tab with a Microsoft…
-
1
votes1
answer164
viewsSave a photo to Windows Phone Gallery?
I am using the following code to save the image in Isolatestorage: String tempJPEG = "/Shared/Media/card.jpg"; using (IsolatedStorageFile myIsolatedStorage =…
-
1
votes1
answer59
viewsWCF for consumption in Silverlight application (Windows Phone 8.0)
I’m having trouble adding to Servicereference, it adds normally but when it will generate the class "Client" it finds the following error: No endpoints compatible with Silverlight 3 Were found. The…
-
1
votes1
answer93
viewsSelect item in Listbox with Binding?
I have a contact list: <ListBox Name="lstContatos"> <ListBox.ItemTemplate> <DataTemplate> <StackPanel Orientation="Vertical"> <StackPanel Orientation="Horizontal">…
-
1
votes0
answers21
viewsBinding from a Code-Behind List? Silverlight
Would anyone know how I can Binding a generic list in code Behind? I had to create my Expanderview by code-Behind and have to Binding a property from my list to a Grid update according to the color…
-
1
votes0
answers92
viewsC# web scraping that has Silverlight
I’m making a web scraping, I was able to automate until a certain part, but when it arrives at a certain moment, the Site opens the Silverlight,. I would like package tips or as I can do to get to…