The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » run
  • Invalid object name Employees.dbo.Employees

    Today I spent 6 hours trying to get ES up and running without success... I created a simple DB with 2 tables, generated my code, but when I tried: EmployeesCollection coll = new EmployeesCollection ( ); if (coll.LoadALL( )) {     foreach (Employees emp in coll)     {         ...
    Posted to Trial Version Support (Forum) by netjet on August 4, 2007
  • No more DAL???

    I have been reading through the posts in the forum and I noted that the ES team mentions that the ''DAL is dead'', that there is ''no more separation between BLL and DAL'' and that the ES uses a new concept... Can someone please elaborate more on that for me (or point me to a discussion / article / something)? These are hard to accept concepts, ...
    Posted to Trial Version Support (Forum) by netjet on August 4, 2007
  • One of the links on the front page leads to an old version of the trial

    I had followed the link on step #2 under ''Get Started Today'' which leads to the old version of the trial.   Today, I followed the link on the line that says:EntitySpaces 1.5.3 was released December 30th, 2006 and is available now. That link eventually leads to the the recent version of the trial.
    Posted to Trial Version Support (Forum) by wildahunden on February 16, 2007
  • Error running SqlDemo: "Malformed RPC Packet"

    I downloaded the latest code yesterday.  MyGeneration 1.2.0.2EntitySpaces 1.5.3  I changed the connection string in the app.config of the SqlDemo and ran the app, but I get an error.  Perhaps I used the wrong connection string (included below). ================ Begin Error Message =================================See the end of ...
    Posted to Trial Version Support (Forum) by wildahunden on February 15, 2007
  • Missing Redistributables in Trial Version

    Hi all, I am getting this  error Compiler Error Message: CS0246: The type or namespace name 'EntitySpaces' could not be found (are you missing a using directive or an assembly reference?) Line 18: using System.Data;Line 19: Line 20: using EntitySpaces.Interfaces;Line 21: using EntitySpaces.Core;Line 22:   After installing ...
    Posted to Trial Version Support (Forum) by JohnWood on February 12, 2007
  • How to generate?

    I'm in the process of evaluating some ORM code generators. EntitySpaces & MyGeneration are ''one'' of the generators I'm evaluating. I've downloaded MyGenerations, installed it, and reviewed their intro video. I've downloaded the trial version of EntitySpaces, and installed it. I have connected to my SQL2005 server, and see all the ...
    Posted to Trial Version Support (Forum) by silverfox1948 on February 5, 2007