Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Severity Code Description Project File Line Suppression State
- 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
- Error CS0101 The namespace 'ASP' already contains a definition for '_Page_Default_cshtml' WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
- 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
- Error CS0115 '_Page_Default_cshtml.Execute()': no suitable method found to override WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Error CS0115 '_Page_Default_cshtml.Execute()': no suitable method found to override WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
- Error CS0103 The name 'Context' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 1 Active
- 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
- Error CS0103 The name 'ViewData' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Home\Index.cshtml 2 Active
- Error CS0103 The name 'Context' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 1 Active
- 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
- Error CS0103 The name 'ViewData' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 6 Active
- Error CS0103 The name 'RenderBody' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 34 Active
- Error CS0103 The name 'await' does not exist in the current context WebApplication1 E:\Project\WebApplication1\Views\Shared\_Layout.cshtml 46 Active
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement