Thanks for your repy Scott. Unfortunately, I'm not much farther along than before. Here's what I've done to date.
Installed MyGeneration
Installed ES
Installed Admin Templates
Generated controls for one table to the GeneratedUserControls folder in the VB GridLoader project (a total of two controls were created) -- Used template EntitySpaces_VB_WebAdmin.csgen
Open the GridLoader solution
Converted GeneratedUserControls to WAP
set index aspx as startup page
Run the project
The result is a page with a link in the upper left hand corner corresponding to the table the templates were built for. There is nothing else on the page and when I click the link it goes nowhere. I'm assuming this has something to do with the template generation process but I've run gone through it several times making sure I had completed all the tabs and the result is the same.
Next, issue is, I'm working with an asp.net 2.0 website with an App_Code folder. Assuming that I'll eventually get these templates to work for the GridLoader solution, what do I need to do to get them working my development website? Can I generate the controls directly to the website and let them live with all the other user controls? Am I looking for a DLL to reference? -- Just a few more questions in my befuddled mind.