(Version of LLBL Gen Pro: 2.0.0.0 Final)
I'm currently researching the possibility of converting an ASP.NET C# application from using .NET 1.1 to .NET 2.0. This application uses these LLBLGen Pro DLLs:
SD.LLBLGen.Pro.DQE.SqlServer.NET11
SD.LLBLGen.Pro.ORMSupportClasses.NET11
There's only one little problem: Apparently the original LLBLGen Pro project file is gone.
My question is, can you take the template code generated for a .NET 1.1 application, and the .NET 1.1 DLLs (see above) and import those into a .NET 2.0 application? From what I understand, .NET 1.1 and .NET 2.0 are "sort of" compatible (at least using 1.1 code on a 2.0, not vice-versa) with some potential problems if something is used, that was removed from 1.1 - but the 1.1-generated template code doesn't cause any compiler errors on 2.0 either.
I can't easily regenerate the template code without redoing the project though, and this seemed like it might provide a quick fix for a while. I'm curious if anyone has done this before, or if in general it seems like a good or bad idea. Obviously the code would be fully converted later to 2.0 at some point...
Thoughts, opinions and any information is welcome.
Thanks,
David