A user of our system (Silverlight 4/WCF Ria Services) has a problem using Internet Explorer 9 and our application. Using FireFox isn´t a problem. I tried to reproduce the problem on other systems, wi
It seems that the Code First DbContext really uses the given ConnectionString during compile? I don\'t even know how that is possible but to me it seems to be so. If I turn OFF my local SQL Server, I
Below you can see a part of my class definitions: public class Package { public int PackageId { get; set; }
I\'m using RIA Services with EF and a Silverlight UI and the built-in validation framework. Problem is the following:
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
My silverlight application is design with 3 layers at server side Interface Layer - This layer contain only interface that bridge between silverlight client and RIA service. What I do in this layer
QueryBuilder is defined in Microsoft.Windows.Data.DomainServices. It allows you to create a Query on a collection of type T and apply it later.
So I\'m new to the concept of routed events, but I know that messages are flying everywhere when fields are changing via the RaiseDataMemberChanging / RaiseDataMemberChanged messages.
I am using a WCF driven silverlight application. The web services use reference types such as StringBuilder. However, while passing a StringBuilder or a DateTime object to & from service, the stat
Using silverlight 4, with RIA Services Toolkit May 2010. I have an Entity Data Model (.edmx) which contains a FK reference.