Print Page | Close Window

Verification not triggering

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=2322
Printed Date: 06-Jun-2025 at 12:42am


Topic: Verification not triggering
Posted By: bigme
Subject: Verification not triggering
Date Posted: 19-Nov-2010 at 8:41pm
This seems like such a simple problem but it's been bugging me for days. Sorry in advance for the vagueness of this post.

I am using DevForce Verification and Silverlight INotifyDataErrorInfo options.

I have 3 forms where verification works perfectly: errors display in the UI (DataForm) as the form is edited.

But I have another form where verification is only applied on the server (when the form is saved) and I cannot figure why errors fail to display in the DataForm as the data is edited/added.

As far as I can tell, all pages are effectively the same, just using different tables/entities. Obviously, they are NOT the same or I wouldn't have this problem:-( 

Can anyone suggest where I might look?

I am sorry about the horribly vague description and am quite happy to post code if you want.

Dave.



Replies:
Posted By: bigme
Date Posted: 19-Nov-2010 at 10:45pm
Yep. It was a really simple problem.

I forgot to link the entity model file into the client (Add Existing Item | Link)

Hope this helps someone else from spending as much time as I did trying to find the problem.

Dave.



Print Page | Close Window