Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Error 2105 when loading SL 2.0 final app with 2.0 beta 1 installed

    I will take a look at the documentation to see what's going on. That said, the documentation will still push the minRuntimeVersion attribute to the <object> tag. createObject passes through any parameters it does not recognize so long as they are valid string name/value pairs. Therefore, since minRuntimeVersion is not recognized it will ...
  • Re: Error 2105 when loading SL 2.0 final app with 2.0 beta 1 installed

    Glad to help.  To clear up any confusion, minRuntimeVersion is being promoted because we would like to see folks stop using Silverlight.js to instantiate the control. While the javascript helper model does provide some benefits, it also adds unnecessary fragility to your Silverlight application's startup path. The release of Firefox 3, ...
  • Re: Error 2105 when loading SL 2.0 final app with 2.0 beta 1 installed

    tgrand, Please change your version parameter to 2.0.31005. The version numbers for 2 Beta 1 and 2 Beta 2 were 2.0.30226 and 2.0.30523 respectively. Since both of these are in the 2.0 range, specifying a version of 2.0 is not sufficient to get folks to upgrade. function createSilverlight(source, parentElement) {     // Initialize ...
  • Re: silverlight 2 in place installation

    I'm actually not familiar with Item_2.bin either.  I used Silverlight.js in my sample as a simplification. I needed a javascript method to call which would tell me whether or not Silverlight is installed, and I didn't want to add that complexity to the post. However, I see how this can cause confusion and so I will add another post ...
  • Re: silverlight 2 in place installation

    I've recently added a blog post which shows an example of using Silverlight without restarting the browser. The example works across IE, Firefox, and Safari. You can find it here: http://blogs.msdn.com/piotrp/archive/2008/05/02/automatically-start-silverlight-on-install.aspx
  • Re: silverlight 2 in place installation

    The direct/indirect installation experiences in Silverlight 2 are different from those in Silverlight 1.0. However, I think that you will find the new experience to be better both for developers and for end-users. Let me start by summarizing the 1.0 experiences.  Indirect Installation The 1.0 indirect installation experience ...
  • Re: enterprise deployment

    I appreciate your input about your company's preferences for enterprise deployment. While details of our 1.1 enterprise deployment strategy are not yet available, we are investigating many deployment methods including those which you mention. We will provide more information about this as we get closer to the release of Silverlight ...
  • Re: Silverlight and OSX 10.4.10...

    This behavior is an issue with the MIX installers. We're addressing it now and it will be resolved in time for our next release. Piotr Puszkiewicz Program Manager Microsoft Silverlight
  • Re: Re: Please, need a little help here, quick! :(

    Yazeed, Microsoft has released two versions of Silverlight. What you have installed is the 1.0 beta. This version has two files in C:\program files\microsoft silverlight. It appears that your installation is successful and you should be able to view 1.0 content. To verify, check out some of these ...
Microsoft Communities