Surround Sound
Since Amazon has witch to Silverlight from Adobe, my surround sound speakers do not work any more. I have start up the Silverlight program but there is no where I can adjust the speakers to be surround...
View ArticleWPF VIEWPORT coding in silverlight
I have created a WPF application that loads the XAML (engineering model) and renders it. It works fine. Now i need to use the same coding in Silver light. I tried it to fit in but in vain. Is there any...
View ArticleI installed silverlight on my computer but it doesn't run. It says I may need...
I installed Silverlight on my computer and it doesn't run. computer says there maybe another way. Computer is windows 8 64 base.
View ArticleImplementing Silverlight Validation on a Control
In the Silverlight toolkit there are two controls. They are called DatePicker and TimePicker. These are standard Silverlight controls where standard Silverlight validation is implemented. For example,...
View ArticleGetMethods for MainPage class?
I want to use the GetMethods() and then use a textblock to display all the methods (such as window.Show(), sp.FindName("spContent"), etc ) I'm using in my program. However, I can't get it to work for...
View ArticleCan't Set DefaultStyleKey: HRESULT E_FAIL
I have a custom control in one of the libraries of my project (DateTimePicker). I created a style for this custom control and I want it to be the default style. I put the style in the Resources...
View ArticleHow use Reflection to display Event Handlers?
I'm aware that to display the Control properties, you just need to use a code like thisSystem.Reflection.PropertyInfo[] propertyInfo = checkBox1.GetType().GetProperties(); for (int i = 0; i <...
View ArticleSilverlight installed but won't work
I am running Window 7 64 bit with IE10, I have not changed the default setting of IE10 i.e. I believe its running the 32 bit version.I have installed Silverlight version 5.1.20513.0. The problem is...
View ArticleHow to force refresh of images being cached in Silverlight Deep Zoom app?
I have a Silverlight app that displays a map with Deep Zoom. Having just updated the map image, I uploaded the new image files and XAP to our server and even though the XAP refreshes in the browser to...
View Articlesilverlight EventHandlerList could not be found
If I try to create a variable likeEventHandlerList events = senderType.GetProperty("Events", BindingFlags.Instance | BindingFlags.Public | BindingFlags.Static |...
View ArticleValidationContext.Items.Count is always returning 0
Hi,We are using Silverlight 5 RIA services. We need grid data in the custom validation for some validation. So in the view model we are adding the grid data to the validation context and trying to use...
View ArticleBallmer is out, just about to open a bottle of good wine to celebrate it...
... maybe some more votes for having Silverlight 6 running in Modern UI in whichever way possible?...
View Articleelevated permission Issue with OOB application
Hello Team,I am working on one silverlight OOB application.my application call EXE from the machine Primary drive, i have checked Elevated permissions before lauching EXE.It works fine with localhost...
View ArticleDebugging Resource strings are unavailable
On my machine I see the full detail of exceptions that get raised in Silverlight. However, our customers just see the generic "Debugging Resource strings are unavailable" message. I read somewhere that...
View ArticleDataMemberAttribute.Order Getting Ignored
I have a WCF service and a Silverlight client. The object I am passing across has a bunch of properties. When I instantiate the object on the WCF server side, I am setting the property RecordState to...
View ArticleExport to EPub
Hi All,I am using telerik richtextbox in silverlight 5 application using VS 2012. I need to export the content of richtextbox to EPub. I mean the content should be in EPub and get saved to local...
View ArticleParse Silverlight Xaml Inside .Net WCF Service
We have a Silverlight app that has a Xaml Editor built in. The users can go in and edit various parts of the application. It works really well, but unfortunately, Silverlight has a bug where you need...
View ArticleColossal Memory Leak - ContextMenu on DataGridRow
There is a very common scenario where you might want to put to a ContextMenu on an entire row of a DataGrid. For some reason, doing this is not straight forward and can't be done at the Xaml level, so...
View ArticleElevated Trust from the IT Perspective
Recently, we needed to sign our Xap package and require our customers to go through a process to allow their machines to trust our Silverlight app (i.e. enable Elevated Trust in our app).I've worked...
View ArticleCreate MSI installer for silverlight OOB application using Visual studio 2012
Hi All,I have a silverlight 5 application which is out of browser one. I need to create an installer (.msi) from Visual studio 2012. Can anyone help me n this?
View Article