Advanced Forum Search Results
-
Not mentioned in breaking change doc, but I have a user control that has Rectangle.Stroke defined twice stops work.
Exception from InitializeFrom Xaml doesn't seems carry any userful info, and I end up copying the xaml from the user control to page.xaml and silverlight then shows me the problem right the way.
-
Now that this link has been brought up every time when people ask whether or not they can run their cool silverlight applications outside webbrowser/webbrowser control, I am wondering if I am the only one confused here.
Doesn't the article clearly state that it is for console application only?
If so it is pretty much ...
-
Most likely the cross domain problem happens because you lauch the Silverlight project directly frrom visual studio (using start debuging or start without debuging), in which case you will notice the IE window loads the testpage.html page from your local disk.
like this. C:\Temp\FantasyBaseball\FantasyBaseball\TestPage.html
This ...
-
Still not sure what you are trying to say
I did the following simple test ion my VS orcas:
1. Create a WCF service project and silverlight project in the same solution
2. Do a adding webreference in the silverlight project to the WCF project. I can see the web reference added fine.
I then make a build and ...
-
[quote user="luisabreu"]
on the web references folder but the proxy isn't compiled into the final dll.
[/quote]
Not sure exactly what you mean by that, but my guess is that you will need .net 3.5 version of WCF(comes with orcas).
The Ajaxbinding stuff seem not there in 3.0.
Any Microsoft guy ...
-
Check out the SL Quick Start:
http://www.silverlight.net/QuickStarts/Remote/UsingJSON.aspx
-
[quote user="luisabreu"]
hello.
i think that this won't work. you'll get a reference but it won't compile into the final dll.
[/quote]
You do get a few compile errors, but it can be fixed easily.
In page.xaml.cs:
1. Replace all localhost.BaseballData with localhost.BaseballService.
2. ...
-
My bad.
There are two type of services in the project and by default it is pointed to use the JSON webservice.
Here is the steps to change to use the WCF service:
1. Delete the "localhost" webreference from Fantasybaseball project.
2. Add web reference and pick BaseballData.svc(not BaseballData.asmx)and make sure the ...
-
[quote user="andy.wang"]
Hello xlj1000
Seems the sample you gave me doesn't work well. The data(player info) is read from hard code instead of web site.
[/quote]
The sample works fine for me.
You need to set the FantasyBaseballWeb as the startup project and run it, instead of the silverlight project called ...
-
There is actually a convenient way:
http://blogs.msdn.com/ebooth/archive/2007/05/19/view-source-reflector-tool-for-net-silverlight-sites.aspx