I'm new to Linq to Entity Framework DB first.
I created a website with a master page and added Ado.net Entity Model, (when adding, I noticed that model.name didn't have any extension (model.)). In the selection part, I chose "EF Designer from database" selection (because there is no "generate from database" selection).
Problem is that the model.tt is missing generating classes. It is empty. It only has model.cs file in it.
(Note: I also get Error 6046: Unable to generate function import return type of the store function 'fn_diagramobjects'. The Model.edmx store function will be ignored and the function import will not be generated.)
Can someone please point out my mistake?