Print Page | Close Window

Runtime Error After Update

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=2888
Printed Date: 13-May-2026 at 10:42pm


Topic: Runtime Error After Update
Posted By: gregweb
Subject: Runtime Error After Update
Date Posted: 11-Aug-2011 at 8:46am
After I did an update to the lastest version, I am getting the following runtime error when the Login Screen is shown.

This is the error:

{System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'Jet.Views.Login.LoginForm' that matches the specified binding constraints threw an exception. [Line: 18 Position: 54] ---> IdeaBlade.Validation.VerifierException: Unable to construct a verifier from attribute type: System.ComponentModel.DataAnnotations.RequiredAttribute on method Jet.Models.Login.LoginInfo.UserName.



Replies:
Posted By: gregweb
Date Posted: 11-Aug-2011 at 8:51am
It is also giving me an error of "MissingManifestResource_NoNeutralAsm" which I believe is related to the above.


Posted By: gregweb
Date Posted: 11-Aug-2011 at 9:28am
Well, I went back to the earlier bits, but still the same error. Not sure where it is coming from. The only other change was an update to VS2010.


Posted By: robertg
Date Posted: 12-Aug-2011 at 3:09pm
Greg,
 
Try regenerating your model, and see if that doesnt' clear up the problem. If there's still an issue after that, could you provide some more information on MissingManifestResource_NoNeutralAsm? Is this showing up as a normal exception in your application, or is it another XAML parse error? What is the context of these errors (as in, where do they fit into your log?)
 
-- Robert


Posted By: gregweb
Date Posted: 13-Aug-2011 at 8:54am
Thanks Robert. I am not sure what happened, but I reverted the project back to before the upgrade, then reran the upgrade process, and everything resolved and is working well now.

Greg


Posted By: robertg
Date Posted: 15-Aug-2011 at 9:26am

I'm glad to hear that, Greg!




Print Page | Close Window