Problem with the name of generated project file

Posts   
 
    
Khurram
User
Posts: 198
Joined: 26-Nov-2011
# Posted on: 19-Apr-2012 14:44:32   

Hi, I have upgraded to the latest verson 3.5 and things are fine. The only porblem is that I set the root namespace of my application in the project settings is InventoryApp.Data

Now when I generate the entities it successfully generates the code but only DBSpecific project file it name it as

InventoryApp.DataDBSpecific.csproj

where as I am expecting it should gernerate the project file with the name of InventoryApp.Data.DBSpecific.csproj.

Take care when I am adding the reference of that DBSpecifi.dll it is absolutly working fine and as expected i am writing

using InventoryApp.Data.DBSpecific

Kindly fix this issue please.

Thanks

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 19-Apr-2012 20:51:47   

It's not an issue. You just need to modify the DBSpecific file suffix. Go to Project Settings-> Conventions -> Database First Development -> LLBLGen Pro Runtime Framework. There is a setting named Adapter db specific project file suffix, change it to ".DBSpecific"

David Elizondo | LLBLGen Support Team
Khurram
User
Posts: 198
Joined: 26-Nov-2011
# Posted on: 19-Apr-2012 20:56:34   

Thanks for the reply. I accept that solution.