Print Page | Close Window

Can

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3576
Printed Date: 04-Apr-2025 at 9:50pm


Topic: Can
Posted By: erika
Subject: Can
Date Posted: 09-Aug-2012 at 8:58pm
Hi,

I'm using RSMC and in the server method I'm trying to send back validation errors when error occurs. I tried to add the error to entityaspect's validation errors.

entity.EntityAspect.ValidationErrors.Add(new VerifierResult(VerifierResultCode.Error, "error"));

However, I can't get this validation error in client. Is it because I use RSMC? It works fine using Save interceptor.

Thanks.



Replies:
Posted By: erika
Date Posted: 09-Aug-2012 at 9:21pm
Sorry, didn't write the full title before posting -.-


Posted By: DenisK
Date Posted: 10-Aug-2012 at 12:37pm
Hi Erika,

RSMC call doesn't automatically serialize entities back to the server like a normal SaveChanges call would do. So in this case, you would have to serialize the entity back using EntityCacheState 

See http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-remote-server-method -



Print Page | Close Window