This topic is locked

Missing namespace 'Data'

2/4/2008 5:36:36 PM
ASPRunner.NET General questions
C
chrisv91301 author

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.

Eugene 2/5/2008

Please, check that there is primary key in Client Table. It is subsonic demand - that is used in asprunner.net for working with DAL.