Hi Imar,
I'm getting this error when I try to run Genres.aspx
Quote:
Server Error in '/Site' Application.
--------------------------------------------------------------------------------
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 'DataRowView' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 18: {
Line 19: case DataControlRowType.DataRow:
Line 20: DataRowView myDataRowView = (DataRowView)e.Row.DataItem;
Line 21: if (Convert.ToInt32(myDataRowView["NumberOfReviews"]) > 0)
Line 22: {
Source File: c:\BegASPNET\Site\Management\Genres.aspx.cs Line: 20
|
Any idea?
Regards,