breeze - BreezeJS compatibility with Entity Framework (EF) 6.1 -


i have updated (via nuget) entityframework version 6.1 , breeze.server.contextprovider.ef6 version 1.4.11.

my repository (which extends breeze.contextprovider.ef6.efcontextprovider) shows error when try override beforesaveentity saying there no suitable method override.

protected override bool beforesaveentity(entityinfo entityinfo) { 

my controller tries access various breeze functions repository , receives errors saying symbols can not resolved.

this.repository.metadata(); 

and

this.repository.savechanges(savebundle); 

it seems me contextprovider.ef6 not compatible ef6.1?

found solution.

ensure nuget package restore enabled.

delete packages folder.

restore packages (either building application or going package manager , allowing restore packages.

problem solved :).


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -