New Posts New Posts RSS Feed: Windows Store Template, EF Code First - no *.ibmmx file.
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Windows Store Template, EF Code First - no *.ibmmx file.

 Post Reply Post Reply
Author
zbig View Drop Down
Newbie
Newbie
Avatar

Joined: 13-Oct-2012
Posts: 28
Post Options Post Options   Quote zbig Quote  Post ReplyReply Direct Link To This Post Topic: Windows Store Template, EF Code First - no *.ibmmx file.
    Posted: 29-Dec-2012 at 1:42pm
Hi All,

I'm testing Win Store app:
- Windows 8, VS 2012
- Windows Store app template
- DevForce 7.0.3
- EF Code First (6.0)
- DevForce.cf file exists (server side)
- only one simple entity in model with two properties (EntityId, Name)
- entity has [ProvideEntityAspect] attribute
- custom DbContext built
- no custom EntityManager built

I can build the solution ('build', not 'rebuild') with no errors.
When I 'Rebuild' the solution, an error appears:

'Error     1     An error occurred during metadata generation and a metadata file could not be created. Error: The system cannot find the file specified     TestAppWeb'

'TestAppWeb' is the name of the project (server side).

Regardles the build type (build/rebuild), there is no *.ibmmx file finally.

Should that work? If 'yes' - what can be wrong?
Or EF Code First doesn't work with Win Store apps yet?

Thanks in advance.

Zbig








Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 30-Dec-2012 at 10:53am
Code First models aren't yet supported in Windows Store apps.   This should be available in DevForce sometime early next year, once PostSharp 3.0 is released.
 
We don't support EF 6.0 alpha, and have no plans to support any pre-release version.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down