Hi,
In the nuget package you can find only the entityframework dlls, the tools which you try to use in VS is the original EF tools. It not supports hierarchyid. So you can do the following:
remove hierarhyid columns from DB, generate the EF codefirst model with the official EF power tools. Add hierarhyid columns manually to the code first model.
zgabi
In the nuget package you can find only the entityframework dlls, the tools which you try to use in VS is the original EF tools. It not supports hierarchyid. So you can do the following:
remove hierarhyid columns from DB, generate the EF codefirst model with the official EF power tools. Add hierarhyid columns manually to the code first model.
zgabi