Advanced Forum Search Results
-
estern
Bang on! My mystery is solved.
I better read up more on WCF.
If you are ever in Oakland, CA, I'll buy you a beer.
-
Hmmmm. Just realized I am confusing client side config (Silverlight C#) with server side config web.config.
-
> the strings being passed are too large
Can you say a few more words around this? (Perhaps a pointer so I can "go to school"?)
I will try what you suggest, but have a few questions:
1. My web config looks similar, but you are adding the "readerQuotas" element. Is there a way to add this configuration using ...
-
> Did you try to update your Service reference?
Yes. I also added a new similar service method call to the one which was failing using a string in place of the one int argument (with casting to/from as needed). Same result. (Yes, I know that was desperate ;) I may try to create an entirely new service.
You point about message size is still ...
-
> Does the XML2_update call fail every time?
Yes, every time.
> Could it has any thing to do with the Data Size?
The XML is modest. For example 9,157 bytes in one case.
Here is how I set up my BasicHttpBinding in C#
BasicHttpBinding bhttpb = new ...
-
no stack overflow.
the method is actually auto-generated by VS 2008 and is found in Service.cs
-
Silverlight 2
Help!
I have Silverlight 2 communicating with a WCF Service (ASP.NET 3.5) which in turn communicates with Azure Blob Storage (April CTP).
There are (6) methods in the WCF service interface. XML1_access, XML2_access, image_access, XML1_update, XML2_update, and deletefile.
(5) of the (6) methods work reliably. (1) ...
-
I made a few mistakes, but the answer I needed was to set the HorizontalAlignment && HorizontalAlignment of the innermost canvas "pageimagecanvas" as follows:
<Canvas Name="pageimagecanvas" Height="900" Width="900" HorizontalAlignment="Left" VerticalAlignment="Top">
...
-
Hopefully a simple answer to this. Thanks in advance.
Silverlight 2
I have a Grid with 3 rows. Each row contains a canvas. In the middle canvas, I have a ScrollViewer which in turn contains a canvas as its content. That innermost canvas currently has a single, large image. I am trying to achieve two behaviors. One is regarding the image. As ...
-
Fascinating! I will have to study the concept a bit more, but the behavior looks pretty good. Thank you.