Generated code references

Posts   
 
    
jimw
User
Posts: 5
Joined: 13-Jul-2006
# Posted on: 13-Jul-2006 18:31:48   

v. 2.0, adapter

I have both v 1.0.2005.1 and v. 2.0 installed on my machine.

The generated code from v. 2.0, references DQE.SqlServer.NET20.dll from my 1.0.2005.1 runtimelibraries folder.

The ORMSupportClasses.NET20 correctly references the 2.0 runtimelibraries folder.

Is there a setting for this somewhere?

Thanks in advance!

...Jim...

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 13-Jul-2006 19:15:52   

You could select 'specific version' to true in the vs.net properties for the reference. You could also re-add the references. VS.NET happens to select wrong assemblies, even when the VERSION is properly generated into the project xml.

Frans Bouma | Lead developer LLBLGen Pro
jimw
User
Posts: 5
Joined: 13-Jul-2006
# Posted on: 13-Jul-2006 19:41:17   

Yeah, I've been readding the reference, but I was hoping there was something else I was missing, like setting VS.NET "PickAnyRandomVersion" flag to FALSE. simple_smile

Thanks!

...Jim...