Hi,
First thanks for the great product, you've thought of everything! My company is now in the process of purchasing a license. Should be sometime this week.
Version: LLBLGen Demo version 1.0.2004.1 final build with the self servicing templates.
( I'm having troubles getting the latest demo from your website. The download constantly
times out ).
Server: Server SQL Server 2000 sp3
I have three tables with a parent child relation ( no nulls, enforce referential integrity )
Account -> Address -> State
When trying to do the following
AccountEntity account = new AccountEntity( );
account.Address.StateId = "OR";
The call succeeds, but when inspecting the value of StateId it is set to "";
This at one time worked, but fails to do so now. The only thing that has changed
is the machine in which the project was originally created on. I've tried
uninstalling the demo, deleting the project, then re-installing and regenerating the project. I'm running out of options. Could this be a limitation of the demo?
Any help would be appreciated.
I'm sure this is a user error, but have yet to find it.
Thanks again for the great product.
Clay