LLBLGen RuntimeLibraries

Posts   
 
    
Ruairi
User
Posts: 2
Joined: 04-Oct-2012
# Posted on: 04-Oct-2012 17:59:08   

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

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 04-Oct-2012 20:28:15   

This seems to be a Visual Studio issue. I think you can limit the version of a referenced library, by using assembly redirects in the referencing project config file.

Btw, What's the target .NET framework?

Ruairi
User
Posts: 2
Joined: 04-Oct-2012
# Posted on: 05-Oct-2012 09:41:39   

Using .Net3.5

Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 05-Oct-2012 11:09:28   

Set 'specific version' to true on the reference (properties dialog) in VS.NET, so it will keep 2.6.

Frans Bouma | Lead developer LLBLGen Pro