Hi,
I have installed both v2.6 and v3.1 of llblgen on my pc.
I'm working on a team project that uses the v2.6 runtime libraries
When I rebuild the project in visual studio 2010 the v2.6 dll references are automatically replaced with the v3.1 dlls.
So my references change from...
C:\Program Files\Solutions Design\LLBLGen Pro v2.6\RuntimeLibraries\DotNET20\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll
to
C:\Program Files\Solutions Design\LLBLGen Pro v3.1\Frameworks\LLBLGen Pro\RuntimeLibraries\Net2.0\SD.LLBLGen.Pro.ORMSupportClasses.NET20.dll
I need to set the default runtime library to v2.6
Can this be done without having to uninstall v3.1?
Ruairi