Can't find LLBLGENProDataSource in ASP.Net Toolbox

Posts   
 
    
hameedAEM1
User
Posts: 17
Joined: 14-Sep-2006
# Posted on: 14-Sep-2006 11:27:18   

Hi All,

I have downloaded the eval version of llblgen and am currently testing to convince the company to purchase a copy.

I seem to have a problem in that I can't seem to find the LLBLGENProDataSource components in the toolbox.

I am using VS2005 and ASP.Net.

Could anyone advise as to how to load these controls in so I can use them on my webform.

Thanks

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 14-Sep-2006 14:15:52   

You should add them to the toolbox yourself. The following is copied from the LLBLGen Pro manual:

This can be done manually by right-clicking the toolbox when a webform is open in the editor (HTML or design view) and then by selecting 'Choose items...' which allows you to browse to the ORMSupportClasses dll for .NET 2.0. It's key you add the ORMSupportClasses dll version you're also using in your ASP.NET project, as VS.NET can load only one version of a given assembly and this could lead to type clashes in the webform designer. This is a problem with VS.NET 2005.

hameedAEM1
User
Posts: 17
Joined: 14-Sep-2006
# Posted on: 14-Sep-2006 15:00:27   

Thanks Walaa that worked a treat.