I was following the example here:
http://www.breezejs.com/samples/breeze-web-api-odata
And I had begun to split the entity framework bits out into its own library (.Data.Ef)
I noticed when I changed the DBContext's namespace to something that didn't match exactly what the entities/models had the server started throwing 406 "Not Acceptable" errors.
Is this intended?