Advanced Forum Search Results
-
yes, I did the same thing.
just weird why javascript number can't convert to c# nullable int64 automatically...
-
Hello,
I have a c# class which has a property is called "ID".
The property is Int64 nullable type.
I try to assign the value to the class. (from javascript side)
However, it always throw cast exception (can't cast from double to int64 nullable type).
My question javascript "number" type can't cast to c# int64 ...
-
I have searching around...and found the following information about
How does WCF deserialization instantiate objects without calling a constructor?
reference:http://stackoverflow.com/questions/178645/how-does-wcf-deserialization-instantiate-objects-without-calling-a-constructor
-
Dear Sergey,
Thank you for your reply.
==>which creates instance WITHOUT calling any constructors... so forget all "constructors fire first" rules ;)
OK...I will keep it in mind.
==>use DataMember's Order parameter ;)
would you mind I am asking for more detail, please?
thank you
-
How the client-side object to be created? why the default constructor doesn't be called?
-
Oops....I got the same problem, too.....any suggestion to hook up the propertychanged event
-
Dear Allen,
Thank you for your reply.
I can't use window media service. That's the reason I am looking for http streaming...
I want to add a range header info into httprequest and ask for only range of data (not download whole file)
If you have other information, just let me know.
Thank you
-
Hello Allen,
I guess source of mediaelement can't make it....( correct me if I am wrong)
For example, there is a file which is 60 mins length and 10 GB.
I start to play the video from beginning and seek the video to the point {00:50:00} immediately (therefore 10 mins left ).
What's going to happen now? I need to wait ...
-
Dear Allen,
I am looking for seek feature..
take look this: http://silverlight.net/forums/p/62058/168114.aspx#168114
The different between yours and me...
In my code, I set the following..
HttpWebRequest.AllowReadStreamBuffering = false
In your example, when you move to the new position which isn't be downloaded. You have to ...
-
Any suggestion, please?