Advanced Forum Search Results
-
Hi Girish,
Have you tried using the XamlReader.Load method? This method converts a XAML string into an object that you can cast to the appropriate type.
Thank you,
Alan
-
Hello,
I know that in the .NET Framework, LINQ is only supported by C# and Visual Basic, however is this true in the Silverlight world or is LINQ supported extended to other languages including the dynamic languages (JScript, IronRuby, IronPython)
Thanks!
Alan
-
Hi Washingtonthedog, could you please detail how you fixed this problem? I seem to be having the exact same problem and I haven't been able to resolve it (http://forums.asp.net/p/1151179/1904669.aspx#1904669)
Thank you,
Alan
-
Hello,
I have downloaded / installd the ASP.NET Futures (July 2007) and I am attempting to use the Media element. Unfortunately, when I compile the application, I receive the following error:
Assembly 'Microsoft.Web.Preview, Version=1.2.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' uses ...
-
Hello, I have a .wmv file that is fairly large. Because of the size, I would like to stream it and consume to a Silverlight application. From my understanding, you can stream a .wmv file through the mms: protocol. However, how do I send a .wmv over this protocol?
-
Hello,
I have been working on a Silverlight control that works in IE, however, it doesn't work in Firefox. I have been debugging using the infamous "alert" statements available within JavaScript. I have some inline XAML that simply uses a "Canvas" element. The Canvas element has a "Loaded" event ...
-
Based on the following OFFICIAL page: http://www.microsoft.com/silverlight/why-efficient.aspx
It says "can lower the cost of streaming delivery by up to 46%", can someone please tell me:
compared to what?
How was this determined?
Is there a white paper covering this?