Advanced Forum Search Results
-
Thanks, that is exactly what I did, maybe Microsoft should look into this though as it does appear to be a bug.
-
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 ...
-
[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 ...
-
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.
-
How about this:
<TextBlock x:Name="YAxisTitle" HorizontalAlignment="Center"
VerticalAlignment="Center" Text="Y-Axis Label"
RenderTransformOrigin="0.5,0.5">
<TextBlock.RenderTransform> ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...