Advanced Forum Search Results
-
Thank you ver much!
The problem is soved.
I'm a teacher in china.I teach this course.I think silverlight is very good.
-
Thank you very much!
It seemed that the sting in webconfig has no effect.I test every thing you have tel me.
<readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647"
...
-
And I used the code :
Duplex service code :
[ServiceContract(Namespace = "RaceDataService", CallbackContract = typeof(IRaceDataNotifications))]
public interface IRaceDataService
{
[OperationContract(IsOneWay = ...
-
I have traced the error,The error is.
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent">
<System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system">
<EventID>131075</EventID>
<Type>3</Type>
<SubType ...
-
Thank you !
The error is:
System.ServiceModel.ProtocolException, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
But set ...
-
Thank you:
The error is :
System.ServiceModel.ProtocolException, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
But I set ...
-
Thank you Allen Chen:
Can you tell me how to increase the size restriction of PollingDuplexHttpBinding?
-
The code :silverlight Client,When fs.Length>2K bits ,the object cant't Serialize,Why?
when continue to increase fs.Length size ,service error :System.ServiceModel.CommunicationException,not found.
How to sove this problem?
OpenFileDialog dialog = new OpenFileDialog();
...
-
In silverlight mediament:
I can connect to WMS with mms://SERVERNAME:PORT/publishsite
eg:mms://d5:1044/publish1
But I can't connect to WMS with IP address
eg:mms://202.127.241.224:1044/publish1
It can do with MediaPlayer.
Why?
-
Thank you very much
I have sove this problem