This topic is locked

AspRunner.Net 4 build 131

11/21/2007 3:06:40 PM
ASPRunner.NET General questions
H
homeshopper author

Hi,

Just started using the latest build 131 of Asprunner.net for mssql & C#

I get the following error:

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request.

Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'Data' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 166: if (e.Row.RowType == DataControlRowType.DataRow)

Line 167: {

Line 168: Data.Movies rowData;

Line 169: rowData = (Data.Movies)e.Row.DataItem;

Line 170:

Source File: c:\Program Files\ASPRunner.NET4.0\projects\Project2\output\Movies_list.aspx.cs Line: 168

Sergey Kornilov admin 11/21/2007

It looks like Data Access Layer wasn't generated.
Please send your project file and script that creates database tables to support@xlinesoft.com for investigation.