Advanced Forum Search Results
-
Wow that is quite some work. Well we are planning to host some media related data, play videos on that page. Do you think it will still work?
Also, using DataContractSerializer? Any performance issues?
-
Hi all
We have a ASP.NET web app using the MVC framework. We are using the MVC ONLY for the URL Routing benefits it offers. We are planning to have a just two pages in Silverlight. Now the SL portion of the project will be implemented using Prism Framework. And there are few modules on these SL pages that redirect to other regular aspx pages. ...
-
Hi,
public bool GetValue(string s) is just an example, but I really have
[ServiceOperation]
public bool Authenticate(string u, string p) in a DomainServiceA : DomanService and I dont get the context generated for DomainServiceA
-
without a linq query the method works just fine. I must say that the entity that I am trying to load is mapped to two tables.
So my user entity is mapped to User and UserProfile table.
Also, I add a service and it inherits the domain service class. The new service is not in the generated code for SL. It only is when it inherits the ...
-
Oh. So i need a method that returns it for it to be generated. Is that by design?
Also, I have a DomainServiceA : DomainService
and this has a public string getValue(string s) method. The DomainServiceA is not in the generated code. Is it for the same reason?
-
Hi
I have an EntityA that inherits BaseEntity. I am unable to access EntityA in SL. Did anyone encounter this?
-
:)
Well, I donot have a try catch block in the service method, however the the e.Error i nthe callback is NULL.
I did put a try catch block and it doesnt get to the catch block either
-
Hi All
I have a
[serviceoperation]
public bool Validate(string key)
{
bool isValid = false;
// do logic
return isValid
}
Now in the dologic chunk I do access some entity objects.
EntityObject e = (from eu in ...
-
OK.. So IIS Media Services is mandatory for smooth streaming?
How can I leverage both WMS and IIS MS, in that. I would like to stream a video [LIVE] with WMS but would also like to have smooth streaming on it
-
Hi
I am new to the streaming world. Whats the diff b.w IIS Media Services and Windows Media Services. From the postings and blogs I see, I see Windows Media Services does a lot better than IIS Media Services.. Please correct me if I am wrong.
More information welcome :)