Print Page | Close Window

Entity Create Method VB Code Generation Incorrect

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=997
Printed Date: 25-May-2025 at 10:22pm


Topic: Entity Create Method VB Code Generation Incorrect
Posted By: rclarke
Subject: Entity Create Method VB Code Generation Incorrect
Date Posted: 11-Nov-2008 at 5:48am
The code generation from Object Mapper(4.2.1.5) for the Create Method of an Entity is incorrect for VB. The OM generates the following line:
EntityClassName.AddToManager
instead of:
EntityClassName.EntityAspect.AddToManger.



Replies:
Posted By: kimj
Date Posted: 11-Nov-2008 at 1:00pm
Thanks Ron.  Turns out that the C# template is also out of date.  We'll get these fixed in the next release.



Print Page | Close Window