Compiling Petshop

Posts   
 
    
briansp avatar
briansp
User
Posts: 17
Joined: 30-Sep-2005
# Posted on: 03-Oct-2005 17:24:00   

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(sunglasses : 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...

Paul.Lewis
User
Posts: 147
Joined: 22-Aug-2005
# Posted on: 04-Oct-2005 04:43:40   

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(sunglasses : 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