LLBLGenProCRUDDemo wont compile

Posts   
 
    
Anthony
User
Posts: 155
Joined: 04-Oct-2006
# Posted on: 16-Aug-2010 13:34:24   

using windows 7 ,64bit, vs2008, llblgen 2.6

When i try to compile the example project i get errors like

Error 1 The type or namespace name 'SelfServicingSpecific' does not exist in the namespace 'SD.LLBLGen.Pro.ORMSupportClasses' (are you missing an assembly reference?) ................s\ActionProcedures.cs 15 40 Northwind.DAL

I am referencing the dll directly. ie i have the runtimes in a dir which i link to

Walaa avatar
Walaa
Support Team
Posts: 14946
Joined: 21-Aug-2005
# Posted on: 16-Aug-2010 17:22:16   

Is 'SelfServicingSpecific' the root namespace of your generated code project? Are you referencing the generated code compiled assembly and the ORMSupportClasses dll, in your application?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 16-Aug-2010 20:30:41   

Do you refer to some example? e.g the ASP.NET 2.0 databinding/CRUD Example ?

Frans Bouma | Lead developer LLBLGen Pro