Is there an item number limit in Silverlight in the Sharepoint 2013 slideshow...
We are running a Silverlight slideshow from a picture library on our root site in Sharepoint 2013. It is one of the SP2013 default webparts. Whenever we add more than 47 (sometimes 48 if the .jpg is...
View ArticleImport from xlsx with high speed
HiI used the following code for import it works slowly,how can I improve itSpeed?I don't want to import from xml, private void Button_Click(object sender, RoutedEventArgs e) { OpenFileDialog flDialog =...
View ArticleConvert Excel XML to .xlsx file
Hihow can I convert Excel XML file to .xlsx also how can convert .xlsx to xml file in Silverlight 5?Thanks.
View ArticleSystem.Windows.ItemCollection does not contain a definition for ElementAt
I have a silverlight project setup using silverlight 5 and .net framework 4.5on my xaml.cs file there is code block var displayMemberPath = comboBox.DisplayMemberPath; for (var i = 0; i <...
View ArticleLoadingRowDetails
Hello AllI have a DataGrid Named dg1 that has RowDetailsTemplatein RowDetailsTemplate I have another DataGrid named dg1Det. this DataGrid (dg1Det) binds to dg1 this means that by changing row in dg1...
View ArticleExport Data from view-model to Excel
I'm looking for a solution to export to Excel data from a ViewModel without using a datagrid. I'm developping onto Silverlight 5
View ArticleSilverlight 5 Business Application Login Page First
Hi, I'm developing LOB application using Silverlight Business application template found VS 2012, I want Login page shown at first and when user sign in with correct credential, redirect to the main...
View ArticleUnable to attach?
I just installed Visual Studio Express 2013 for Web. I have created a new Silverlight project. When I tell it to start debugging (F5, or "Start debugging" from the "Debug" menu), I get the following...
View ArticleEntityframework one-to-one and RIA Silverlight 5.0 issues.
This is what I have in the data domain service meta. <Include()> _ <Composition()> _ <Association("Parent_Child", "Parentkey", "ChildKey")> _ 'PublicProperty Children...
View ArticleMessagebox buttons
Hi in a Silverlight project I am using the following code for shoeing a message box , is it possible changing its Language? I mean that I want to have custom items instead of Ok and Cancel...
View ArticleI want to buy Silverlight chart controls
HiI want to buy Silverlight chart controls to use with WCF RIA service and VB.NET in OOB. Controls other than charts are not very important, but source code, to easily customize charts, and good...
View Articleget client machine ip address
hi how to get the client machine exact ip from silverlighti tried from asp.net but i always gettting the proxy ip address , the client behind the proxy.can i get the client machine exact ip address...
View ArticleWant to start Out of Browser Silverlight App from browser
We have a OOB silverlight app which communicates with a device , device communication works fine but this should be triggered from a browser page. Currently we do not see such support. Microsoft has...
View ArticleMemory Consumption Issue
Hello,We have a business application developed in Silverlight 5 that at some stage draws dynamically (in code behind) some canvas containing a kind of map with several Lines, Rectangles, TextBlocks and...
View ArticleSilverlight Office Documents/PDF/PPT/text files/Images/HTML Preview...
Hello Experts,I am working on Silverlight components that has requirement to preview any document.- Left hand side will show all the files in a tree view. The file can be of any type like:...
View ArticleUnable to install Silverlight - Installation failed
I was watching movie on Netflix when my silverlight just stopped working. Then when i did restart browser (crome) and clicked netflix site the site says silverlight error n8010 or something. SO i did...
View ArticleHow can I use Silverlight 5 to talk to a USB card reader and still make it...
What should I do to enable my ASP.NET MVC app can "talk" to a card reader via a USB port? It works perfectly with a Windows form app and all I did was copy the dll file to a folder in the bin/Debug...
View ArticleUnable to install Silverlight
HiI am having trouble watching sky go due to an issue with Silverlight.I use sky go and have done so on my laptop for over a year now, but recently I it wont let me, tells me install Silverlight (but I...
View ArticleThis operation is not supported in the current context.
hi i am getting the above error when i execute the following line using (dynamic wmi = AutomationFactory.CreateObject("WbemScripting.SWbemLocator")) { }
View ArticleCreating a Chat Application which would be hosted on azure and could be...
I want to create a chat application using Silverlight, LINQ, SQL and WCF.The core requirements are :1) A simple chat window like of gmail in which conversation can be on both ends one to one.2) It will...
View Article