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