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