No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky0Votes
WCF RIA Services and VS 2012
Read http://thedatafarm.com/blog/data-access/vs2012-edmx-defaults-now-align-with-ef-team-guidance-re-dbcontext-usage/#comment-3891 for a change that was made in Visual ...3 Replies | 6088 Views | Created by Colin Blair - Wednesday, August 15, 2012 11:12 PM | Last reply by D Kulkarni - Wednesday, August 22, 2012 4:21 PM -
Sticky0Votes
WCF RIA Services V1 SP2 Shipped with Silverlight 5 Tools
We are excited to announce that WCF RIA Services V1 SP2 is now available as a part of Silverlight 5 Tools. V1 SP2 adds the ... -
Sticky0Votes
WCF RIA Services SP2 preview and toolkit is now available!
At MIX 2011, we release WCF RIA Services SP2 preview. You can find all the information in the following ... -
Sticky0Votes
How the ASP.NET Security Vulnerability Impacts WCF RIA Services Applications
On September 17th we released a Microsoft Security Advisory addressing a security vulnerability affecting ASP.NET. Scott Guthrie recently posted an ...1 Replies | 14319 Views | Created by kylemc - Wednesday, September 22, 2010 1:53 PM | Last reply by D Kulkarni - Tuesday, September 28, 2010 5:11 PM -
Sticky0Votes
WCF RIA Services Resources
A list of useful RIA Services resources: - RIA Services application samples and walkthrough can be found at the RIA Services Code Gallery ...
-
Unanswered0Votes
RIA Services makes VS2012 Designer slow
I've noticed a peculiar slowness in the VS 2012 Designer that I believe is at least in part due to something related to RIA Services. If I create a fresh project with RIA Services ...2 Replies | 37 Views | Created by jens42 - 10 hours 55 minutes ago | Last reply by jens42 - 5 hours 45 minutes ago -
Unanswered1Votes
Exposing a Domain Service to the Client
Funtion Import, create new complex Data... ), after that I added a domain service, below are the code of the domain service, but the Stored procedure is not exposed in the client ...2 Replies | 38 Views | Created by samsoum8 - Wednesday, September 04, 2013 9:12 PM | Last reply by samsoum8 - 10 hours 45 minutes ago -
Unanswered0Votes
CheckAndDownloadUpdateAsync with WebClient and Forms Authentication - How to pass credentials to server for updated xap access
I have developed a Silverlight 5 app OOB, which uses FormsAuthentication and WebClient for access to server resources. I took some time to protect my XAP from anonymous access by requiring ...1 Replies | 37 Views | Created by josevenero - Wednesday, September 04, 2013 10:39 PM | Last reply by Colin Blair - Thursday, September 05, 2013 2:24 AM -
Answered2Votes
Choosing wich Domain Service for silverlight
I created a domain service for authentication with a silverlight navigation application(authentication.xaml), and it works fine. Now I'm creating another page named Adminlogon.aspx to ...6 Replies | 85 Views | Created by samsoum8 - Wednesday, August 28, 2013 8:33 PM | Last reply by Colin Blair - Wednesday, September 04, 2013 9:08 PM -
Answered0Votes
The property 'Whatever' is part of the object's key information and cannot be modified.
I have no idea but every single update in my RIA Services application stopped working, I’m getting the following error: The property 'Whatever' is ...10 Replies | 702 Views | Created by Brian WIlliams - Thursday, March 15, 2012 11:22 AM | Last reply by Colin Blair - Wednesday, September 04, 2013 1:55 PM -
Answered0Votes
RIAServices.EntityFramework NuGet Package breaks code generation
I have an existing project using RIAServices with Entity Framework. The project builds correctly and generates the AmsiWeb.g.cs file with all the context classes for my ...4 Replies | 92 Views | Created by PilotBob - Friday, August 30, 2013 4:59 PM | Last reply by PilotBob - Tuesday, September 03, 2013 8:44 PM -
Unanswered0Votes
Using DbContext in Invoke method to do server-side work
p.Id == requestedId); p.Quantity--; DbContext.SaveChanges(); Thank you for your help! Cindy ...4 Replies | 68 Views | Created by CJKee - Tuesday, August 27, 2013 12:48 AM | Last reply by Colin Blair - Thursday, August 29, 2013 3:59 PM -
Answered0Votes
Domain Services and VS 2013
OK, it appears that MS have removed the generate domain service from VS 2013. This is a deal breaker for me as at this moment all our LOB apps are a combination of Silverlight 5 and RIA services. ...1 Replies | 58 Views | Created by robalexclark - Wednesday, August 28, 2013 8:34 AM | Last reply by Colin Blair - Wednesday, August 28, 2013 2:30 PM -
Unanswered0Votes
Crossdomain & Clientaccesspolicy file error
Hi I understand this question has been answered many times but i could not resolve it for some reason. I hope some one can solve my problem which might be straightforward for many, but i some how ...1 Replies | 61 Views | Created by Sullivan M - Tuesday, August 20, 2013 10:22 PM | Last reply by Diana191 - Monday, August 26, 2013 8:41 AM -
Unanswered0Votes
WCF Ria Services silverlight 3 install
Hi, I have an old project that uses silverlight 3 + Ria Services, but I cant find the Ria Services for Silverlight 3 download link, can someone send it to me? My e-mail is ...2 Replies | 183 Views | Created by Frederico Stockchneider - Sunday, June 30, 2013 5:05 PM | Last reply by Frederico Stockchneider - Thursday, August 22, 2013 2:17 AM -
Answered1Votes
Hosted Wcf Service with Callbacks
Hi, I have a hosted wcf service that runs within a Windows Service/Console application. My silverlight application connects to this service using ...6 Replies | 415 Views | Created by Greg_AD - Monday, September 10, 2012 1:48 PM | Last reply by Colin Blair - Tuesday, August 20, 2013 6:07 PM -
Answered0Votes
File locked after use by sending an attachment in a email using Gmail
Hi, I'm sending an email using Gmail with an attachment. After that I want to delete the file. But it is been ...2 Replies | 73 Views | Created by Bernybon - Monday, August 19, 2013 7:39 PM | Last reply by Bernybon - Monday, August 19, 2013 9:15 PM -
Answered1Votes
Business logic concurrency during submit
I have been using RIA Services to create a web service (using DbDomainService with Entity Framework Code-First). It seems that when multiple users are saving changes on their ...5 Replies | 119 Views | Created by Bokumn - Thursday, August 15, 2013 2:17 PM | Last reply by Colin Blair - Friday, August 16, 2013 4:30 PM -
Answered0Votes
Load operations to return single column data
Hi, i am working a silverlight project where i need to pull all the employee numbers in to a combobox. i mentioned below method in ...1 Replies | 76 Views | Created by gvnspk - Thursday, August 15, 2013 6:44 PM | Last reply by gvnspk - Friday, August 16, 2013 3:17 PM -
Answered0Votes
Is there a simple answer to a domaindatasource timeout in RIA please ??
Hi, I have a long-running data query in my DomainService code. It can easily take over a minute to run - as its trawling through a LOT of data and summarising it. Now - I can see where I can set the ...4 Replies | 4768 Views | Created by GrahamCDL - Sunday, January 24, 2010 6:24 AM | Last reply by Nicolay Sold - Wednesday, August 14, 2013 9:58 AM -
Answered4Votes
SilverLight 4.0 C# - DomainDataSource DataGrid with CheckBox Column (UI only - not a data field) to allow user to select multiple records/rows
New to SilverLight and to posting here. Please have mercy and be specific :) Using RIA services with DomainDataSource and DataGrid control to display data rows from SQL server ...5 Replies | 1231 Views | Created by CodingRed - Friday, January 18, 2013 1:55 AM | Last reply by Rooshan Luo - Monday, August 12, 2013 3:49 PM -
Answered0Votes
All WCF RIA service don't work on Windows 8, .NET Framework 4 with VS development server
Hello, two weeks ago, I have upgraded from Win 7 ultimate to Win 8 Enterprise with VS 2012 SP3, MSSQL 2008 R2. Win 8 is running pretty good as well as VS2012. But my WCF RIA ...3 Replies | 127 Views | Created by Stephan_MZ - Friday, August 09, 2013 9:13 PM | Last reply by Stephan_MZ - Monday, August 12, 2013 1:00 AM -
Answered4Votes
RIA Services MergeState
As far as i understand, RIA services uses a merging of state during loading and submiting. It is ok. But I can't understand why RIA service merges ALL ...8 Replies | 1902 Views | Created by AlimovSV - Friday, September 24, 2010 4:03 AM | Last reply by Bruno Cunha e Silva - Friday, August 09, 2013 5:40 PM -
Answered0Votes
DomainDataSource incremental delay
Hello, I´m working on this Silverlight + RIA project and I have observed that on some parts where there are DomainDataSource used there is an incremental dalay in loading entities, that is, if I ...6 Replies | 91 Views | Created by jcgalveza - Thursday, August 08, 2013 7:36 PM | Last reply by jcgalveza - Thursday, August 08, 2013 9:24 PM -
Answered0Votes
RIA timeout values
Hello, I've been having problems with time outs in my queries, there are several solutions posted in the web on how to increase timeout values but what really called my attention is that in ...2 Replies | 86 Views | Created by jcgalveza - Thursday, August 08, 2013 1:06 PM | Last reply by jcgalveza - Thursday, August 08, 2013 3:41 PM - Items 1 to 20 of 9357 Next ›