Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Re: Passing KeyValuePair in WCF

     Thanks, that is exactly what I did, maybe Microsoft should look into this though as it does appear to be a bug.
  • Re: Passing KeyValuePair in WCF

    I have a very similar problem my data services send a list of KeyValuePair<DateTime, double>. At 'return' in the webservice the values are correct but on the receiving side at '= e.Result;' the values are all 0. Can't really post code to help, the code is right on my side its only inside the black box of wcf that ...
  • Re: Re: Setting DataGridTextColumn Width property raises error in Blend

    [quote user="aganariman"] I got the same error. There is no problem with Width property of DataGridTextColumn or ColumnWidth property of DataGrid in Vstudio but when I open xaml file in Blend(june) type converter error occurs.[/quote] I have the same problem. It works in VS and in practice but not in blend. Blend isn't very ...
  • Re: Firefox 3 Beta 3

    It should work now, Silverlight 2 beta 2 works in Firefox 3. Obviously not all Silverlight websites work for other reasons, but the plug-in does work. Try reinstalling the plug-in.
  • Re: How to set a textblock to vertical orientation?

    How about this: <TextBlock x:Name="YAxisTitle" HorizontalAlignment="Center" VerticalAlignment="Center" Text="Y-Axis Label" RenderTransformOrigin="0.5,0.5">   <TextBlock.RenderTransform>               ...
  • Re: why is silverlight checking the url 'http://silverlight.net/clientaccesspolicy.xml'

    I used the Web Developer Helper application(url below) at the suggestion of some blog somewhere, it works well.             http://projects.nikhilk.net/webdevhelper/ The mistake I made was to copy the line:             EndpointAddress ...
  • why is silverlight checking the url 'http://silverlight.net/clientaccesspolicy.xml' [solved]

    I have implemented the Silverlight example 'Building a WCF Web Service and Accessing It by Using a Proxy'. Should silverlight not look to http://localhost/clientaccesspolicy.xml, How and why is it pointing to http://silverlight.net/clientaccesspolicy.xml ? Any ideas? A correct clientaccesspolicy.xml is placed in the root, I just ...
  • Re: Firefox 3 Beta 3

    I read your message here about a month ago, but thanks for posting it again since it is relevant to this thread. Silverlight can work on Firefox 3 but only for a few seconds: If I strip my project down to a basic HTML page with a single Silverlight control - it loads. However its not exactly usable, even if I refresh the page ...
  • Re: Firefox 3 Beta 3

    Silverlight still does not work with Firefox 3 and this matter deserves attention. Yes I am aware that this browser has not been released yet, but it is in the final stages of development (Tree is entering lockdown for Firefox 3 Release Candidate 1). NOW would be the time to get Silverlight working! As a developer working with Silverlight ...
Microsoft Communities