Can I insert LLBLGenProDataSource to webform in Vs2008

Posts   
 
    
nopchan
User
Posts: 56
Joined: 30-Apr-2005
# Posted on: 14-Mar-2008 03:04:14   

Can I insert LLBLGenProDataSource to webform in Vs2008

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 14-Mar-2008 10:55:52   

Yes, should work fine. ASP.NET in vs.net 2008 is simply .NET 2.0's.

Be sure to use the latest runtime library build, as you'll otherwise get an exception when dragging the control onto the form or adding the controls to the toolbox.

Frans Bouma | Lead developer LLBLGen Pro
nopchan
User
Posts: 56
Joined: 30-Apr-2005
# Posted on: 17-Mar-2008 02:48:52   

Otis wrote:

Yes, should work fine. ASP.NET in vs.net 2008 is simply .NET 2.0's.

Be sure to use the latest runtime library build, as you'll otherwise get an exception when dragging the control onto the form or adding the controls to the toolbox.

I can't add controls to the toolbox

How to add controls to the toolbox ?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 17-Mar-2008 06:30:07   

http://msdn2.microsoft.com/en-us/library/dyca0t6t.aspx Then you find the LLBLGenProDataSource control (LLBLGenProDataSource if you are using SelfServicing or LLBLGenProDataSource2 if you are using Adapter).

David Elizondo | LLBLGen Support Team
nopchan
User
Posts: 56
Joined: 30-Apr-2005
# Posted on: 17-Mar-2008 10:33:55   

daelmo wrote:

http://msdn2.microsoft.com/en-us/library/dyca0t6t.aspx Then you find the LLBLGenProDataSource control (LLBLGenProDataSource if you are using SelfServicing or LLBLGenProDataSource2 if you are using Adapter).

I am using Adapter. I add new tab to Toolbox then right click on new tab in toolbox then click choose toolboxs items -- > browse --> select dll file in bin folder --> select EntityCollection & EntityCollection1 & all typelistsview

but not display control in toolbox when I click ok

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 17-Mar-2008 14:36:41   

You can't select entity collection for a toolbox item when you have a webpage open: vs.net does only allow datasourcecontrols to be added to the toolbox. What you want only works with winforms. That's how vs.net works.

Frans Bouma | Lead developer LLBLGen Pro