ASP.NET 2.0 GUI generator templates (Adapter / C#)

Posts   
 
    
hockeynut
User
Posts: 4
Joined: 29-Jul-2009
# Posted on: 29-Jul-2009 18:27:49   

I downloaded this, ran it, it generated my DAL and dbspecific just fine, there was also a gui folder with a project in it. there was no asp code in there what so ever, and no webconfig. I added them all to a solution and they all build. so what am I missing? how do I get asp pages? perhaps I was not supposed to however, excuse my being a n00b at asp, but it would imply, to me, from the title of the package that one should see some asp pages. any ideas? your readme says there would be no project file, yet I had one it was called schemaimporter(not my name that I recall.) I am trying to do a proof of concept for it and this is close... but not quite there.

thanks.

Rich

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 30-Jul-2009 06:05:04   

Hi Rich,

What was generated and what wasn't in GUI? Please check, when generate code, in "Task queue to execute", that the tasks for the ASP templates are enabled.

It must be better perhaps, that you generate you DAL, and then generate the GUI templates, using the custom preset for this.

Other thing could be is that you are using SelfServicing. The GUI templates were written for Adapter. If you are using SelfServicing, check this: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=14880

David Elizondo | LLBLGen Support Team
hockeynut
User
Posts: 4
Joined: 29-Jul-2009
# Posted on: 31-Jul-2009 18:43:37   

Thaanks for the response!

I am definately using the Adapter, I use the same projects. I noticed the tasks thing after the first time it ran and did not work. All I get is a project called Schema Importer. That's all. I'm going to try to re-run it (the whole generation thing ) today and see what it does.

hockeynut
User
Posts: 4
Joined: 29-Jul-2009
# Posted on: 31-Jul-2009 19:28:11   

OK I regenerated, not sure what I did differently except I set it back from .net 3.5 to 2.0 and dived as deep as I could thru tasks and made sure everything was enabled. Now I have asp pages! I am hoping this gets me where I need. Thanks

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 31-Jul-2009 21:11:28   

Oh, sure, the template's target platform is 2.0. That was it.

David Elizondo | LLBLGen Support Team
hockeynut
User
Posts: 4
Joined: 29-Jul-2009
# Posted on: 31-Jul-2009 21:54:15   

daelmo wrote:

Oh, sure, the template's target platform is 2.0. That was it.

definately it.....well on my way now thanks!!!