Yes, but...let me explain my environment a little and then get your opinion.
I have a data access layer (DAL) project, and a web project that has a reference to the DAL project. That way, I do not have to go digging through the asp.net temporary files for my design time databinding. With the previous aspx templates, I targeted (in MyGeneration) the "admin" directory of the web project, generated the admin templates, and included an Imports for the dal and that was it.
Now, I have added the Gridloader project, and renamed it to <projectname>_admin and have targeted the generatedusercontrols directory. I have included a project reference to the DAL. It seems that I also need to include the web.config from my main project in the gridloader project so that it can find the sqlserver the ascx's are looking for.
I would like to merge the Gridloader contents into my main project and have the Admin directory point to the admin templates, that would make my life easier.
What are your thoughts?
Thanks for the quick reply,
Gary