0
votes
1answer
26 views
How to read Metadata values from Silverlight Client with RIA Services
I have an RIA Services Silverlight 3.0 app using an EF model. In the model metadata I've included several Display Name properties that I'd like to use when referring to the model on the client-side …
0
votes
3answers
37 views
Retrieval of Single Entity + Ria Services
Hi there,
I am reading and doing some RnD on RIA as a solution for a new Silverlight project.
I have read alot of the documentation and decided to do a small mockup of a system using .Net RIA …
1
vote
1answer
27 views
How to pass dynamic search parameters from client through RIA Services?
Hi,
I have a C#.NET Silverlight 3.0 client running RIA Services with an EF model. I'm trying to set up an advanced search system on the client such that the user can say, I want field (property) …
0
votes
1answer
51 views
.Net Ria Services Deployment
I am having difficulty deploying RIA services/Silverlight 3 to a staging environment.
Here is my situation:
1) I am using RIA for authentication. This works fine on both my development machine and …
0
votes
2answers
25 views
Using Silverlight.FX Window for MVVM as a Silverlight 3.0 Page?
I'm creating a Silverlight 3.0 MVVM application using Silverlight.FX but my View is actually using the Silverlight navigation system, a Page. Following Nikhil's example, my View should derive from the …
0
votes
1answer
27 views
Where clause on a domain service call
I have a problem when using LINQ to set a where clause on a query in a domain service call.
If I don't set a where clause it works just fine and I get my result back in my completed event (I have …
3
votes
0answers
42 views
.Net RIA Services and SubSonic3 usage examples
I am looking for any examples which ideally cover several possible combinations ( SimpleRepository, ActiveRecord , POCO ) - something similar to Brad Abrams
…
0
votes
3answers
126 views
How to return ArrayList type from DomainService Class to CLient Side?
Hello,
Background: 3-4 weeks experience in Silverlight3/C#/.Net and about 3days worth with the RIA Services concept. (most of my previous questions up to date should explain why)
I am doing a test …
0
votes
0answers
11 views
RIA Services: What about a 2D shape known only at runtime?
Only at runtime do I know what to display in my Silverlight Grid control. The control will pull from a RIA Services DomainServices source. In the middle tier, I have to transform an EF database source …
0
votes
0answers
38 views
RIAServices unsupported types on hand-built DomainService
My EF model was generated from my SQL Server database. I then generated a DomainService for RIAServices against the EF model. One of the entities is called "EntryCategories". The DomainService created …
1
vote
1answer
82 views
ADO.Net Data Service Operation: Array of integers as a parameter
This question is a bit of a two parter for .Net data services. This is the function signature I'm trying to achieve:
/// <summary>
/// Returns Descriptions for any asset in the given assetIDs.
…
0
votes
2answers
38 views
RIA Services and Linq2Sql
I have a Product object with a property that is a collection of type Workflows. In my "GetProducts" method on the domaincontext object I have set a breakpoint at the return statement to see if the …
0
votes
1answer
42 views
How to debug incompatibility between .NET RIA Servces (July Preview) and Silverlight MVVM toolkit?
I have discovered that when I install .NET RIA Services (July preview) it breaks all of my projects that were created with Michael Sync's Silverlight MVVM toolkit.
This MVVM toolkit includes a Visual …
0
votes
1answer
46 views
How does the .Net RIA Services keep track of the logged in user?
I have been reading up on the .Net RIA Services that Microsoft is developing for use between Asp.Net and Silverlight applications, and it looks quite nice. I am curious about how it handles keeping …
0
votes
2answers
399 views
C# Silverlight RIA Services - Context.Load() does not support loading of multiple queries?!?!
The Scenario
Currently I have a c# silverlight business application. The application is hosted in Asp.net using the ADO.Net entity framework and a domain service class to read/write to/from my sql …
