Ok, I installed V2 and used it to generate my DAL for a new project. Everything is working perfectly.
I then went to an existing project and tried to rebuild the solution and got numerous errors - the primary one being:
Warning 1 Assuming assembly reference 'SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=1.0.2005.1, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27' matches 'SD.LLBLGen.Pro.ORMSupportClasses.NET20, Version=2.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27', you may need to supply runtime policy
I looked at the properties of the references in the generated code project and it says:
For SD.LLBLGen.Pro.DQE.SqlServer.NET20
C:\Program Files\Solutions Design\LLBLGen Pro\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.DQE.SqlServer.NET20.dll
Runtime Version: v2.0.50727
Version: 1.0.2005.1
For SD.LLBLGen.Pro.ORMSupportClasses.NET20
C:\Program Files\Solutions Design\LLBLGen Pro\RuntimeLibraries\DotNet20\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll
Runtime Version: v2.0.50727
Version: 1.0.2005.1
Please advise!
Thanks,
Randy