A Problem of punctual.aspx
When I run the first object(punctual.aspx)
I'll get a same problem
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 'time' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 4: void Page_Load()
Line 5: {
Line 6: time.Text=DateTime.Now.ToString();
Line 7: }
Line 8:
I think what I input is right, but...
I am running Windows XP Pro, .NET Framework v1.1.4322.
Any help would be greatly appreciated..
|