ASP.NET 2.0 databinding example - Build error

Posts   
 
    
trevorg
User
Posts: 104
Joined: 15-Nov-2007
# Posted on: 07-Feb-2009 10:07:45   

I downloaded the ASP.NET 2.0 databinding example projects, but have the following errors when I try to build:

Could not load type 'SelfServicingWebApp.Main'. C:\~Dev\LLBLGen ASP.NET 2.0 databinding example\SelfServicing\WebApplication\SelfServicingWebApp\Main.MasterError

Could not load type 'SelfServicingWebApp.Image'. C:\~Dev\LLBLGen ASP.NET 2.0 databinding example\SelfServicing\WebApplication\SelfServicingWebApp\Image.aspx 1

I have tried both VS2005 and 2008, both SelfServicing and Adapter.

Any ideas??

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 08-Feb-2009 19:20:47   

Hi Trevor,

  • Did you add the corresponding references to the GUI site (LLBLGen generated code projects, ORMSupportClasses) ?

  • Did you add additional project namespaces suffix on your LLBLGen generated DAL or DBGeneric? Generally this causes problem, you need to refactor a little bit.

  • Do you receive additional compilation errors, or just that two?

David Elizondo | LLBLGen Support Team