When compiling a Web Application developed in Visual Studio 2013 update 4 on a Windows 8.1 computer with both .net framework and IIS installed and functional, I recieve four warnings.
The code in question is linked below.
<%@ Page Title="" Language="C#" MasterPageFile="~/DinerMax3000MasterPage.master" AutoEventWireup="true" CodeFile="Menus.aspx.cs" Inherits="Menus" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="cphMainContent" Runat="Server">
<asp:GridView ID="gvMen ...
Go to the complete details ...