briansp wrote:
Can someone give me some pointers on building the petshop app?
I'm getting errors like this:
C:\Documents and Settings\briansp\Desktop\Example_Petshop_06022005\BL\AccountManager.cs(
: The type or namespace name 'DAL' does not exist in the class or namespace 'SD.LLBLGen.Pro.Examples.Petshop' (are you missing an assembly reference?)
C:\Documents and Settings\briansp\Desktop\Example_Petshop_06022005\BL\AccountManager.cs(13): The type or namespace name 'ORMSupportClasses' does not exist in the class or namespace 'SD.LLBLGen.Pro' (are you missing an assembly reference?)
Where does ORMSupportClasses come from? Obviously this is something simple, but I'm apparently not caffeinated enough to see it...
Brian,
Take a look at the LLBLGen Help page titled: ** Getting started**. The last section, "Cool, a lot of classes. And now I can query the database?", explains how to add the necessary references to your .NET Solution. Your solution should build clean once you add the references .
Paul