|
|
|
|
Re: Features: Build 3.0.25
3/11/2009 11:47:06 PM
(Total replies: 3)
|
| Is this for feature requests?
If so, I have some fields I have in every table. I would really like to create a base class (which the tool can do), and specify fields to create in the base class that are gettable with a default value that are overridden at the entity class level.
I know... back to my modifiedby and createdby.
Also, I have not looked at the code generated in version 3 because I am working on a massive database and just haven't gotten that far.
When an entity converts ... |
|
|
|
Re: New build: 3.0.43
3/18/2009 11:06:32 PM
(Total replies: 1)
|
| Version 3.0.37 is generating the following in my business layer. It uses a Reference Type Marker. Please notice how some of the variables are not declared. In short, this generated code doesn't run, and I'm not sure what is causing it (i.e. if it is a setting or not).
public static Guid GetID( Name)
{
Guid retval = 0;
List<TypeOfAction> ilist = TypeOfAction.(Name);
if (ilist.Count > 0)
{
retval = ... |
|
|
|
Re: Issues: Build 3.0.35
3/13/2009 7:29:00 AM
(Total replies: 1)
|
| I can remove the reference type marker for that table and use simple select statements to get the information. That isn't that big of a deal. Consequently all of my other reference markers use int id's, and the more I think about it, the more I think it probably shouldn't be a reference marker table because I can't enum the values in the code. |
|
|
|
Re: Issues: Build 3.0.35
3/13/2009 7:34:22 AM
(Total replies: 1)
|
| I removed the reference type marker and the identifier setting from the columns and it still failed for that table... |
|
|
|
Re: Issues: Build 3.0.35
3/16/2009 10:29:39 AM
(Total replies: 1)
|
| Using virtual stored procedures instead of real procedures, the procedures resx never gets created, and then it is missing when you try and compile the data layer. |
|
|
|
Re: Issues: Build 3.0.35
3/17/2009 8:43:45 AM
(Total replies: 0)
|
| Thank you! Those two relationships are supposed to go to the Employee table!! Yikes! Thank you for finding out what was causing it. |
|
|
|
Re: Issues: Build 3.0.35, Namespaces bug
3/12/2009 7:07:43 AM
(Total replies: 1)
|
| When you select a table as the output for a result set in a procedure, it does not allow you to select by name or by index. The option is grayed out. |
|
|
|
Re: Issues: Build 3.0.35
3/12/2009 5:02:55 PM
(Total replies: 1)
|
| I am getting this error as well and now I cannot generate my source code. :( |
|
|
|
Re: Issues: Build 3.0.35
3/12/2009 5:26:44 PM
(Total replies: 1)
|
| now I am getting "An error has been encountered while generating the source code. Exception has been thrown by the target of an invocation." |
|