|
|
Browse by Tags
All Tags » install
-
Not sure what the problem is but won't install pass the pdf files Code_smith Getting Started
Output folder: C:\Program Files\EntitySpaces 2008Create folder: C:\Program Files\EntitySpaces 2008\DocumentationCreate folder: C:\Program Files\EntitySpaces 2008\RuntimesCreate folder: C:\Program Files\EntitySpaces 2008\Runtimes\.NET 2.0Create folder: ...
-
Guys,
I downloaded the Trial Version from your site yesterday (the Trial Version for MyGeneration 1.3) in order to test it out. Unfortunately, today it says that the trial version has expired. Having read through some of the documentation etc, it would appear that each version is designed to expire after a certain ...
-
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)
{
...
-
Hi Guys !
I'm working on a project where we have a lots of Tables. So we are planning to use mygeneration in order
to generate the database access layer. I have seen that we can build asp.net templates web forms, where we can edit, update
any content in the database, and i would like to know if it is a feature available in the ...
-
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 ...
-
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 ...
|
|
|