Advanced Forum Search Results
-
None of the above ideas are working fine...
Not even after incressing the size.
If you have any code project please upload it and sent me the reference. If possible.
-
Well I am also looking for a answer for this kind of situation, Is there any way to call the database services or web services, if any user close the browser directly in silverlight application.
Thanks for your reply in advanced.
-
Well I am also looking for a answer for this kind of situation, Is there any way to call the database services or web services, if any user close the browser directly in silverlight application.
Thanks for your reply in advanced.
-
Hello, put your clientaccess policy file in the C:\Inetpub\wwwroot.
I wish this will help you to solve your problem.
Thanks for ur valuable time.
-
Hello,
This is not firing but we are still a point in the silverlight to solve our need.
If wana answer then please reply...
-
<MediaElement Source="try some thing here" />
-
Hello,
Try this too.
<MediaElement Source="http://mediaserver123/movie.wmv" />
-
Hello,
I have added this to my web.config file... <serviceHostingEnvironment aspNetCompatibilityEnabled="true" />
<bindings><basicHttpBinding>
<binding name="ServicesBinding" maxReceivedMessageSize="2000000" maxBufferSize="2000000"><readerQuotas ...
-
Hello,
Thanks for your reply, but i dont have cross domain problem, I am able to upload my file to a remote os network machine with small size files, but while i am trying to upload a file of size more than 1000kb i am having a exception "The remote server returned an unexpected response: (404) Not Found " .
Please help me with a ...
-
how to upload a file in silverlight through web services in the remote machine/or in a network machine.
while doing through web services we are getting an exception "The remote server returned an unexpected response: (404) Not Found".
it happens at the time when i am uploading a file of bigger size, but the small files are ...