quentinjs wrote:
After having a very traumatic experience with my laptop drive failing AND my backup drive failing at the same time.. I am back with more corrections :-)
Hehe. Morphy
quentinjs wrote:
So on page http://www.llblgen.com/documentation/2.6/Using%20the%20generated%20code/gencode_auditing.htm
There is an example for Auditing.
There is a line **auditInfo.ActionType **. If you look at the Audit Demo application, its script uses **AuditActionTypeId **. One or the other should be adjusted a few pixels.
The example uses another name for the field name, that's not big deal. The documentation code snippet doesn't intend to be exactly the same as the example, and vice-versa. So, you can name the field as you want. As a matter of fact you can do whatever you want inside your audit logic
quentinjs wrote:
also on page :
http://www.llblgen.com/documentation/2.6/Using%20the%20generated%20code/gencode_usingdi.htm
The version # should be corrected.
<section name="dependencyInjectionInformation" type="SD.LLBLGen.Pro.ORMSupportClasses.DependencyInjectionSectionHandler, SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.5.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27"/>
You're right it should be 2.6.0.0
quentinjs wrote:
soon that # might be a 3.0.0 ??? perhaps? maybe to be found under the christmas tree ?
've been a good boy developer?
All we are waiting for that great release
Thanks for your corrections.