For some reason whenever we create a project it is non functional. It automatically runs into the "The type or namespace name <InsertTableNameHere> does not exist in the namespace 'Data' ...."
Build # 163.
Any advice available on this issue? It is difficult to evaluate a product when its in this state. Is this a beta version?
If this helps....
Code seems to be generated for the table named "Client" in the Client.cs, ClientController.cs etc... Yet nothing for other tables past the using section. For example here is our:
Campaign.cs
--------------------------------------
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Data.Common;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration;
using System.Xml;
using System.Xml.Serialization;
using SubSonic;
using SubSonic.Utilities;
--------------------------------------
That was it, nothing else is there.