Advanced Forum Search Results
-
Hello,
I just created a multiplayer turn-based online game and I'm looking for a Silverlight graphist to realize the design of the game itself and of the hosting website (room, room chat, in-game chat...).
The game is 90% completed, I just need to create the platform around (a players create a game (room) -> players join the game -> ...
-
I don't understand your problem.
Juste deploy your WCF Service on your server with your ASP Website and change the endpoint in the the config file in your xap.
-
Actually I tried to display the captach image directly into my browser and it seems its blocked by my proxy (WatchGuard HTTP Proxy).
I dont know why but its annoying.
Maybe you could answer my question : How could I get the MVP logo under my pseudo (like your Moderator logo).
My MVP Profile : ...
-
Did you try to watch the network with Fiddler? Did your application request the clientaccesspolicy.xml? What's the response of the web server?
-
Hi,
The contact page is not working. Problem with the captcha.
-
I don't understand. You mean how to retrieve your TextBlock?
TextBlock block = LayoutRoot.FindName("txt") as TextBlock; ?
-
You will have to specify the template for your dataform (DataForm.EditTemplate).
I mean include some fields for your foreign object.
Instead of WCF maybe you could use Data Services 1.5 CTP2 which include a better support for Silverlight.
-
The first method is in a WebService and my SL app call the WS. I agree its not the better way to display images...
-
What exception?
I got no problem with this code
[WebMethod]
public byte[] ProcessRequest()
{
string Url = "http://localhost:50724/aie.gif";
WebClient client = new WebClient();
byte[] bytes = client.DownloadData(Url);
System.Drawing.Bitmap dImg = new System.Drawing.Bitmap(new MemoryStream(bytes));
...
-
Inside your project or your solution?
You just need to create a New WCF Service Library, then delete the default Service created and add a New Silverlight-enabled WCF Service.