Breeze / breeze.js.samples

Breeze JavaScript Client sample applications
MIT License
96 stars 85 forks source link

ODataBreezejsSample is missing a file of EdmBuilder.cs #19

Closed ckilimnik closed 10 years ago

ckilimnik commented 10 years ago

Hi, I have just tried to run the ODataBreezejsSample project and it's complaining about a missing file of EdmBuilder.cs.

Can someone pop that one up for me.

Thanks :)

ckilimnik commented 10 years ago

After reading more into Breeze I found that the EdmBuilder is packaged separately. I uninstalled and reinstalled and it works now. Uninstall-Package Breeze.EdmBuilder Install-Package Breeze.EdmBuilder