ria

solution on SP and EF & Ria Service

As EF 4.0 released, more support to SQL server Stored procedure. Complex Type can be generated automatically for result dataset of SP. But complex type not support by Ria Service. When I try to use ria service combined with EF 4.0, I want to get dataset by SP. This result is not mapped to any entity/table. Some sulutions suggested ...

RIA: Display site & manipulate DOM

I want to display a website embedded in my own site and modify the DOM (e.g. change a button's color/size), similar to what Firebug is capable of. I'm aware of the security issues that arise - my plan is to use this approach to do live website usability testing (A/B style). I'm not limited to any specific RIA framework (yet would prefe...

Silverlight RIA Services auth active-directory

Hi i am new to ria Services and i am trying to change the logon from SQL to active-directory and stil using the login form i am using the Silverlight Business Application template as base i have setup ADmembership provider in the website but how do i get Silverlight to use it?? ...

Dynamic Data with Entity Framework and RIA Services

Hi, Can you please let me know how you handled Dynamic Data with Entity Framework and RIA Services Thanks Saritha ...

RIA Services and multiple/dynamic "Include" strategies

As an example, assume the following simple model: public class Order { public List<LineItem> LineItems { get; set; } public List<Fee> Fees { get; set; } } public class LineItem { } public class Fee { } With RIA Services, if I want to retrieve an Order and include all of it's line items in the same network call, I can statical...

RIA Services - Pagination

Hi; I am testing out RIA services. I put together a RIA Services library and built a custom DomainService (i.e. not an Entity Framework Domain Service). I am accessing the library from a silverlight app and all is working as expected. I can call the RIA service functions and get the results. I have an issue with Pagination. I cannot fin...

Modifying ChangeSet in RIA Services

Hi, I am using RIA Services Beta 2 with Linq2Sql and SL3. In my SL3, I have a datagrid where I can do some mappings of data (Updates, Inserts and Deletes). I override the Submit method when SubmitChanges() is called. In the submit method in the domain service, I do some validation. If a validation fails for a particular ChangeSetEntry i...

Create a trial version of the Flex RIA application?

I developed a flex ria application.The client cannot able to run the program if he/she copy the installation files from the original system to some other system.How can i do that?? And how can i create a trial version of the application? ...

Domain Services submit problem

Hi all, I have some simple forms in silverlight 4 using WCF RIA RC2 Domain Services. All of my forms appear to be working great, I went with the traditional code behind for granular control and formatting. The problem I am having is on one particular form the data isnt being updated unless I update one of the other fields. Here is my...

Silverlight RIA Services SubmitChanges Validation Error

I'm new to silverlight and therefore data access in silverlight so bear with me. I have an ADO.Net entity data model referencing a sql server 2008 database. The table causing problems is called transaction. The transaction table has a non-nullable field "MerchantChain". This table is populated by another program that inserts empty st...

When is a webapp called Beta, alpha, pre-alpha, or none

I've come across many apps on the web that call themselves Beta. I've come across other apps that had an alpha designation. I've even come across some that called themselves pre-alpha, whatever that means (if you know please clarify). Then I've come across some really bad webapps that shouldn't have left the developer's computer and they...

How to specify a server configuration for a flex project with remoting

For projects with local standalone Tomcat server we can specify the context root, root folder etc in the server configuration window. My confusion is how do we know the path if the server is running from eclipse. I am creating the flex project in flex builder stand alone and the java project in eclipse. ...

Maximum number of concurrent connections possible in BlazeDS

What is the maximum number of concurrent connections possible in BlazeDS using only remoting service ...

Exposing entities via a nHibernate implementation RIA Services with querystring queries

I once read a blog post and cannot find it anymore. drat! It was about a guy who setup a wcf service (I guess RIA, but could have been something else) exposing the model via IQueryable to the querystring. Sou you could say http://host/articles/123/ratings and you'd get a list (soap or json) of serialized Rating entities (the properti...

Touch Screen Product Catalog for Retail Store

I am a UI/UX designer and I would like to create kiosk type of app that would be a product catalog (help/suggestor) for customers in a retail store using a touch screen monitor (and computer). Something as simple as this: http://www.youtube.com/watch?v=aoH0u6YTTK4 This is what I would like it to do: 1st Screen (Main Menu): Pick a t...

oData RIA PowerPivot Large Message Size

Hi, I was playing with powerpivot to directly load 3 million rows from a sql database and performance is suprisingly good. I tried generating a simple oData service by using vs2010 and silverlight RIA services and access that from powerpivot. Which works with small numbers of rows but blows up on the server if a single method tries to ...

Has anybody ever created a Flash RIA with Java server on the side?

We are trying to create Flash online game) Can you help me to choose the best way to communicate this two technology? Now I have chosen BlazeDS, but I am not sure, mb XML socket, or anything else..... ...

How to Store State in Silverlight WCF RIA Services

Hi All, I am developing a silverlight 3 application using WCF RIA services. I am using the AuthenticationBase class to handle my authentication. As I understand it under the hood this uses the ASP .NET authentication libraries. When I log into the site the authentication service handles login state so that if I close the site and open ...

Accessing my own datalayer using RIA & Silverlight

Is it possible for me to connect to my own data provide via WCF RIA services? I've created a small datalayer that connnects to DynamicAX datasource. I would like to use Silverlight 4 & RIA service to access that datalayer. At it's most basic -I've done the following... 1) I've added an empty domainclass to the webproject and in that c...

Silverlight RIA Services. WCF. Any Query that requests more than 1.5MB fails. Load operation Failed.

Been working on this a couple of days now. We're starting a LOB app with Silverlight and we're running into a big obstacle right away. Began using Fiddler to examine what was going on and found out something very interesting. Any queries (IQueryable functions on the server solution) that return more than 1.5MB of data will fail with t...