Reference to DQE does not contain path information

Posts   
 
    
JayBee
User
Posts: 269
Joined: 28-Dec-2006
# Posted on: 23-Mar-2012 13:49:29   

Hi,

I just installed 3.5 and am trying to create a new DAL (SelfServicing) for some tables in SQLServer 2008.

In the created code a reference to SD.LLBLGen.Pro.DQE.SqlServer.NET20 is present, but the path infromation is empty. As a result the code doe not compile.

Do you have a solution for this issue? I used the full version download of 22 march.

Best regards,

Jan

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 24-Mar-2012 00:25:01   

Hi Jan,

I think I found the problem. In the SD_DQEReferenceXmlIncludeTemplate(dqeReferenceXmlInclude.template):

<Reference Include="SD.LLBLGen.Pro.DQE.SqlServer.NET20, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27, processorArchitecture=MSIL">
     <SpecificVersion>True</SpecificVersion>
     <HintPath><[RuntimeLibraryHintPath20]></HintPath>
</Reference>

It should say: Version=3.5.0.0. This template is specific for each database.

We are looking into this. In the meantime please fix the reference manually.

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 24-Mar-2012 11:24:30   

Will be fixed on monday.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39590
Joined: 17-Aug-2003
# Posted on: 26-Mar-2012 11:53:37   

Fixed in next build. The hint paths are also wrong, hence a problem. We fixed that too. Next build will be up within an hour.

(edit) build is now available.

Frans Bouma | Lead developer LLBLGen Pro