Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
135 views

How can I pass content to a parent template from a child template in Silverstripe

I want to pass some content from a elemental block up to a parent template (to change the page header) - Is this possible? I don't have any example code for what I'm trying because I don't have any ...
Will's user avatar
  • 4,663
0 votes
1 answer
92 views

create a PDF document in Silverlight

I need to convert an excel file to save/display as a PDF document. This is in Silverlight Application. PDF document will be generated dynamically. The PDF document will contain plain text. I tried to ...
user1987750's user avatar
2 votes
2 answers
2k views

Silverlight 4 SDK

I have to modify a very legacy Silverlight 4 application in VS2012. But I cannot found where can I download SL4 SDK. Does somebody know where could I find it? Unfortunately it is not an option to ...
József Simon's user avatar
0 votes
1 answer
507 views

How can I set a TextBox text programmatically in XAML (Silverlight)

I have a TextBox inside a DataTemplate in my XAML: <DataTemplate x:Key="aproved" > <StackPanel Orientation="Vertical" Width="70" Height="70" VerticalAlignment="Center" ...
Jhonatan Nizer's user avatar
0 votes
1 answer
207 views

Silverlight 4 Application run in silverlight 5 in visual-studio-2015

I have a silverlight application after i run this project in visual-studio-2015 silverlight 5 there errors are appear The tag 'TimeUpDown' does not exist in XML namespace 'http:// schemas....
Ragab Mahmoud's user avatar
0 votes
0 answers
84 views

Access Local Files from IIS "silverligh"

In a silver-light application I'm using to the following code in my Visual Studio development environment it works fine FileStream file = new FileStream(@"D:\OP20TS.jpg", FileMode.Open); but ...
Mohamed Hashem's user avatar
0 votes
1 answer
175 views

Binding Observable collection list to dynamically created ComboBox in Silverlight

I have a requirement where I need to bind a list of observable collections to the item source of dynamically created ComboBoxes. The problem is we bind through xaml conventionally in ItemsSource ...
Mehroz Irshad's user avatar
1 vote
0 answers
53 views

Silverlight - ComboBox and other fields in toolkit:DataForm are not available in the .xaml.cs

So basically I have this silverlight application that contains a DataForm with a combobox. I need to go and set it's item source and etc. The problem is that the named fields in the form seem to not ...
Intruder04's user avatar
2 votes
2 answers
4k views

Consume same WCF service from angular 2 and Silverlight application

Currently we have one Silverlight application (frontend) with WCF services (backend). Now, we are going replace the Silverlight application with an Angular 2 application without changing the WCF ...
Anil Prajapati's user avatar
0 votes
0 answers
44 views

Richtextbox values showing in single line

In SQL server I have one column with "text" datatype when we run the query I'm getting some character like box when i copy that data to clipboard that box character turns to new line.My issues is I'm ...
kajal's user avatar
  • 11
0 votes
0 answers
443 views

SilveLight 4, System Reflection.TargetInvocationException: (Async_ExceptionOccurred)

I am going to try to explain this the best I can. There is a web site I need to use because of the maps, well the website have silver light which run properly. On the website there is export file ...
Zaheer Akhtar's user avatar
1 vote
0 answers
43 views

Port Wince 7 Xaml Based application to win32 platform

I have a WEC7 Xaml based application, which i tried to port it to Win32 platform( for Windows 7). During the porting, i am getting below error: fatal error C1083: Cannot open include file: '...
user9055801's user avatar
0 votes
0 answers
115 views

DataGrid HeaderStyle overriding Header

I have datagrid header which I populate from a viewmodel that work perfectly fine. Problem now is when I include HeaderStyle (Style)Resources["blnGridSelectAll"]; to have a checkbox on my header, once ...
Lord-David's user avatar
5 votes
2 answers
2k views

Silverlight with RIA services on IIS 10.0 results in 404 error

Trying to migrate an existing working Silverlight application with WCF RIA services from IIS 6.0 to IIS 10.0 on Windows Server 2016 but the application fails returning 404 errors. When I install ...
Dennis R's user avatar
  • 3,227
0 votes
1 answer
46 views

load dynamically dll from file path at runtime in silverlight

I am trying to figure out how you could go about . how to load dynamically dll from file path at runtime in Silverlight?
user avatar
0 votes
1 answer
56 views

Remote server returned an error:not found

I am using silverlight web asp.net project (Client) and using WCF service(Server). I am sending a request to wcf to do some operation, usally it takes more than 25-30mins (This is not an issue for ...
Sudhakar's user avatar
0 votes
1 answer
41 views

DatePicker week number silverlight

Can i enable week number in silverlight DatePicker ? And how ?
shalin's user avatar
  • 452
0 votes
1 answer
23 views

Insert Multiple records RIA services

I have a service class to hold the calls to the RIA service. I have the following method to save multiple records, on the first step I should get the famous MaxId from the table and increment it in ...
Waleed's user avatar
  • 49
6 votes
1 answer
261 views

Only last control in Data Template column getting updated

I have a DataTemplate Column with 2 DatePickers that are bound to 2 properties. When the data in these control is changed only last control gets updated <sdk:DataGridTemplateColumn Width="...
Abhi.Net's user avatar
  • 762
1 vote
2 answers
187 views

How to Override the default behaviour of keyboard keys in Silverlight

I am using Silverlight 4.0,in which i am trying to develop a web application.In this application i am implementing keyboard shortcuts like Ctrl+c,Ctrl+U etc..In browsers while using Ctrl+U, debugging ...
VVN's user avatar
  • 1,610
0 votes
1 answer
107 views

How to access client user's webcam remotely using silverlight

I want to to be able to use client webcam and microphone using Silverlight. I'm searching a solution to this for months now but I did not find any relevant information. What's the requirements needed ...
Hanumantha Rao's user avatar
1 vote
2 answers
119 views

Why does EntityAspect.RemoveFromManager not remove completely?

I am using Silverlight 4 and DevForce 6.1.11.0 I have some POCO classes that implement EntityAspect. I use WebClient to get these entities from different devices. These devices do not have a ...
Dánjal Salberg Adlersson's user avatar
0 votes
2 answers
419 views

How to upload file (size is more then 1 mb) using wcf service

When I upload file less then 64 kb then is works fine but when I try to upload file more then 100 kb then it does not work. I do not how to set wcf web config file. I have spent more time to solve ...
Hitesh's user avatar
  • 1,228
1 vote
2 answers
971 views

How to get TransactionScope to work on large sql transactions?

I have an app that needs to write to a table on a sql database. The ID's being used in the IN statement of the sql string needs to be chunked up because there could potentially be 300k ID's in the IN ...
Robert Weatherman's user avatar
0 votes
0 answers
35 views

Keep data in grid after clearing context

I have a DataGrid and on SelectionChanged event I'm clearing some entities from the dataContext (RIA ) and then load them again . The issue is that two columns of the dataGrid are binded through a ...
Jack's user avatar
  • 3
0 votes
2 answers
2k views

Web scraping on silverlight 4 page

There is a web page with a silver light application embedded and I want to scrape it. I wonder if there is a web scraping solution or browser automation solution (or any trick/hack) that supports ...
gerosalesc's user avatar
  • 3,063
0 votes
0 answers
182 views

Server side or client side data manipulation

I'm working on a silverlight business application at work and I'm wondering what should I be doing in the following scenario : There's a xaml page which is the main point of working in the ...
Jack's user avatar
  • 3
1 vote
0 answers
56 views

Create Silverlight control with JavaScript, but maintain navigation

I have a number of Silverlight apps hosted in an ASP.Net Web Forms Application based on the Navigation Application template. My company has upgraded to IE11 and we are now experiencing the "White ...
Mark W's user avatar
  • 1,050
1 vote
1 answer
330 views

Xamarin forms Windows Phone Silverlight 8.1 Application can't debug (VS2013 ultimate update 5)

When I trying Debug Xamain forms application target windows phone 8.1 (device or simulator) silverlight application, but always output this error and end the debug mode. Anyone got idea how to fix ...
Kira Hao's user avatar
  • 1,137
2 votes
0 answers
54 views

How to control scroll view of sdk:DataGrid in Silverlight 4.0?

I have a page called Personal Info which has DataGrid which has huge data. For Example, User wants to update Customer ID - "GALED", On double click of that row it'll pop up Update Page which shows ...
Ganesh Karande's user avatar
1 vote
2 answers
266 views

Bind value in checkbox silverlight

I have 3 Checkbox in xaml file.Name sit,stand,sleep. Extype having the following values 1,2,3 CheckBox Content="Sit" Margin="127,89,212,136" IsChecked="{Binding Extype}" RenderTransformOrigin="1.817,-...
V.V's user avatar
  • 883
0 votes
1 answer
39 views

Image doesn't Dispaly On Run Time

I am using below code for display image in Image button in silverlight. My problem is the Image Getting display on Design Time. But I cant able to view that Image on Runtime.What are the changes ...
V.V's user avatar
  • 883
0 votes
1 answer
42 views

Silverlight bingMapContril using LocalproxyPage to downLoad MapTiles Extremely Slow

as we know silverlight5 has ability to get pageElement's visual so we can print or save them as pictrue.but if your MapTilesSource uri is in a differentDomain to your silverlight Application host site,...
hrpqq's user avatar
  • 1
0 votes
1 answer
1k views

move items from one listbox to another listbox

I need to move items from one listbox to another listbox on button click event in silverlight Application. I use the follow code, private void Button_Click_1(object sender, RoutedEventArgs e) ...
V.V's user avatar
  • 883
0 votes
0 answers
78 views

Error Deserializing JSON data with DataContractSerializer in Silverlight 4

I am trying to deserialize JSON from a Web service to a complex object in Silverlight using the DataContractJsonSerializer. When the JSON data is minimal, I am having no issues but when the data is ...
Syam Mohan's user avatar
0 votes
1 answer
46 views

Silverlight Login page work on machine but not on other machine (window 7)

I face some strange issue in Silverlight 5 on machine which use window 7. I have a Silverlight app and after deploying it, it works fine on all user machine but on some of user machine it does not ...
Hitesh's user avatar
  • 1,228
0 votes
2 answers
22 views

SilverlightJavascript loop through childrens of an element

I have this setup in my xml <Grid x:Name="Vakken" Visibility="Collapsed"> <TextBlock Text="1" Visibility="Collapsed"/> <TextBlock Text="2" Visibility="Collapsed"/> &...
Kupi's user avatar
  • 933
1 vote
2 answers
89 views

Datagrid in Silverlight 4

I have a datagrid in silverlight 4 like below <data:DataGrid x:Name="Test"> <data:dataGrid.Columns> <data:DataGridColumnTextColumn Header="File Name" HeaderStyle="{StaticResource ...
sid99's user avatar
  • 11
0 votes
1 answer
157 views

Consume REST API's from SilverLight application

How can I consume REST services in a SilverLight application that do not have a Cross-domain Policy File?
dsfgsho's user avatar
  • 2,769
0 votes
0 answers
212 views

Combo box Selected Value to Label Text Converter in silver light

I have a combo box and label in Telerik Data Grid .I Want to bind the label text to combo box selected value changed .I need a converter to bind Combo box selected value to label text in order to ...
user2873347's user avatar
1 vote
1 answer
74 views

Assembly file version management in Silverlight application

For version management purposes, I need to increase the version of the assembly file to verify the release version. The issue here is that if I increase the file assembly version, other referenced ...
Karthiga Nadashan's user avatar
2 votes
2 answers
4k views

Disable Row Selection in Telerik Rad Grid View

Actually the problem is that i have created a stack panel in a Grid View Cell Template when i click on First item of Stack Panel then a white highlight appear at the top of cell .i want to remove it ...
user2873347's user avatar
0 votes
2 answers
83 views

Filter child entity LINQ methods

Consider the following query : IQueryable<Employee> ret = this.ObjectContext.Employees .Include("EmployeeInformation") .Include("LatestInformation") .Where(...
Alex's user avatar
  • 41
1 vote
1 answer
136 views

How to force silverlight application to re-download if new version is available on server to prevent any operation on old application by any User

I know silverlight is outdated and Microsoft it self has shutdown further development on it. However I came across one strange & security issue. Understand the following scenario: I have my ...
Kaushik Thanki's user avatar
0 votes
1 answer
758 views

Capture screen from a Silverlight Application to be included in a printed report

I want to include in a report (e.g., written in a word file) a screen shot from a Silverlight application. The problem is that the image resolution is very bad and the printed result is unsatisfactory ...
Nonen's user avatar
  • 23
0 votes
0 answers
46 views

Access to operation "function" was denied while calling a ria services from non silverlight project

After adding a service reference for a ria service(domain service) at windows application , i can't call any of theses domain service methods, and error appeared that acccess to operation "SaveChanges(...
ahmed kotp's user avatar
1 vote
1 answer
2k views

Extracting excel content from client side Web Application

I have a web application (ASP.Net) that needs to upload a file I've been looking for a framework to extract data from excel on the client side and submit the content (JSON, CSV) format into the ...
Vincent Dagpin's user avatar
0 votes
1 answer
167 views

Add event to Disable or Hide AdControl

I have a Windows Phone 8.0 Silverlight App. I want to create an event in C# to hide the AdControl if possible. I have tried the following but the app crashes. xaml <UI:AdControl x:Name="MyAd" ...
Keith K's user avatar
  • 129
1 vote
2 answers
737 views

Operation named 'name' does not conform to the required signature. Parameter types must be an entity type or one of the predefined serializable types

I have inherited a WCF RIA, Silverlight 4 application that has been dormant for a few years. It is assumed that the code is stable. To get it working I need to install dependencies which were not ...
dalevross's user avatar
  • 522
0 votes
1 answer
191 views

Make Silverlight DataGridCell contents fill the cell?

I am trying to recognize a MouseLeftButtonDown on every cell in a DataGrid, however two things are stopping me: DataGridCell doesn't fire click events Using a grid (with click event) as the child ...
zelk's user avatar
  • 607

1
2 3 4 5
104