0

My system shuts down and then my application starts giving me the below error

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message:

'Project_management.ProjectDetails_Datewise' is not allowed here because it does not extend class 'System.Web.UI.Page'.

I have deleted folders from temporary file.

enter image description here

Timo Willemsen
  • 8,717
  • 9
  • 51
  • 82
user2583182
  • 185
  • 5
  • 22

1 Answers1

0

Create a new file same way you have tried the last time. Check the difference between both file's aspx page (not the codebehind).

Copy the namespace from newly create file and it will work.

Anirudha Gupta
  • 9,073
  • 9
  • 54
  • 79