Closed GoogleCodeExporter closed 9 years ago
Mind providing some representative samples?
What is the quickest way to locally host an EF5 service? Or perhaps there is a
public one available?
Original comment by john.spurlock
on 31 Aug 2012 at 12:33
Apologies, should have attached this before.
Easiest way to host an EF5 service is with VS2012. Create an empty .NET 4.5
web project, add an ADO entity model file (import from any database you want),
and then add a WCF data service to the web project and refer to the generated
entity set.
Original comment by jvrobe...@gmail.com
on 31 Aug 2012 at 7:41
Attachments:
Forgot to mention, I was able to create an (apparently, so far) working odata4j
private jar by just click-and-drool copying the existing namespace definitions
in the Xml and EDMX parser java files, so I don't _think_ anything of import
besides the namespace actually changed, but I could be wrong.
Original comment by jvrobe...@gmail.com
on 31 Aug 2012 at 7:42
Should be fixed by the commit for issue 226.
Original comment by john.spurlock
on 10 Nov 2012 at 3:44
Original issue reported on code.google.com by
jvrobe...@gmail.com
on 31 Aug 2012 at 12:18