Search Results

3
votes

How to create a numeric textbox in Silverlight?

Take a look at NumericUpDown in the Toolkit http://codeplex.com/Silverlight and maybe you can use that or look at the source to implemen …
0
votes

How to implement live video broadcasting in C#?

Hi, do you have a live stream? Or is that the part you need? If you already have a live stream with a URI, then you could use Silverlight to display it as all you need is a player and a URI (you …
1
vote

What is the best way to support plugins with a Silverlight app?

Think about storage too. I was thinking about this same curiosity. Perhaps IsoStore is a place where you can keep them. A user has a plugin for your app (that conforms to an interface) and you c …
2
votes

ClickOnce: The required version of the .NET Framework is not installed on this computer

Hey all, I was updating one of my own plugins and ran into this as well, so I thought I'd ask some friends internally :-). Here's the skinny... The following file is missing in Win7RC .NET …
0
votes

How can I expose a .Net 2.0 Webservice to a Silverlight client?

Take a look at this http://blogs.m …
2
votes

Silverlight file upload tutorial?

http://silverlight.net/learn/learnvideo.aspx?video=69793 …
0
votes

play media file error in Silverlight

George2 - I'm assuming the media parameter for the video player you are using is http? if so, you are running your html page under the file:// scheme. You must use the same scheme for web request …