Hi --
I'm wondering how you all have or are handling this.
Basically, for new web projects we are going to be using ASP.Net 2.0 and LLBLGen Pro 2. For existing projects, we'll migrate them to LLBL Gen Pro 2 but target the .Net 1.1 run time. (We use self servicing for our projects.)
We've got a smallish library where we have some common llblgen utility routines as well as non-llblgen specific routines.
Do you all know of a way that I can keep 1 LLBLGen library that will run on both .Net 1.1 and 2.0? The first problem I ran into was with the EntityCollectionBase since it uses generics. Also, since the DLLs for the ORMSupportClasses are named differently between .Net 1 and 2, I'm not sure that it is even possible.
I was thinking about doing the following:
- Create a new project for LLBLGen 2, using .Net 2.0 and migrate the code to .Net 2.0. .Net1 projects would reference a version 1.0 library while .Net2 projects would reference the new 2.0 library.
What naming convention do you all prefer? Just using a suffix as LLBLGen Pro does?
Thanks,
-Ryan Casey