Advertisement
Guest User

Untitled

a guest
Oct 4th, 2021
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error CS0234 The type or namespace name 'HttpApplication' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  3. Error CS0101 The namespace 'ASP' already contains a definition for '_Page_Default_cshtml' WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  4. Error CS0234 The type or namespace name 'WebPages' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  5. Error CS0115 '_Page_Default_cshtml.Execute()': no suitable method found to override WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  6. Error CS0111 Type '_Page_Default_cshtml' already defines a member called '_Page_Default_cshtml' with the same parameter types WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  7. Error CS0111 Type '_Page_Default_cshtml' already defines a member called 'Execute' with the same parameter types WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  8. Error CS0234 The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  9. Error CS0234 The type or namespace name 'Security' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  10. Error CS0234 The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  11. Error CS0234 The type or namespace name 'WebPages' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  12. Error CS0234 The type or namespace name 'WebPages' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  13. Error CS0234 The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  14. Error CS0234 The type or namespace name 'Security' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  15. Error CS0234 The type or namespace name 'UI' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  16. Error CS0234 The type or namespace name 'WebPages' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  17. Error CS0234 The type or namespace name 'WebPages' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  18. Error CS0234 The type or namespace name 'WebPages' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  19. Error CS0234 The type or namespace name 'HttpApplication' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  20. Error CS0115 '_Page_Default_cshtml.Execute()': no suitable method found to override WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  21. Error CS0103 The name 'Context' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  22. Error CS0234 The type or namespace name 'HttpApplication' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
  23. Error CS0103 The name 'ViewData' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 2 Active
  24. Error CS0103 The name 'Context' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  25. Error CS0234 The type or namespace name 'HttpApplication' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
  26. Error CS0103 The name 'ViewData' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 6 Active
  27. Error CS0103 The name 'RenderBody' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 34 Active
  28. Error CS0103 The name 'await' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 46 Active
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement