I am getting an error in my web application, it states that it cannot process my master file because the code directory has not yet been built. Anyone have any ideas? I am quite the newbie at this!
Oh, also, I created a Default.aspx and selected my master file, then removed the masterfile reference and added it to the web.config file. Now my asp: tags are not recognixed in Default.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="JB" %>
<asp:Content ID="Content1" ContentPlaceHolderID="RightContent" runat="server">
</asp:Content>
<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="server">
<asp:Image ID="img" runat="server"
ImageUrl="~/Images/image.jpg"
ImageAlign="left"/>
Now I can put some rather interesting text in here
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="LeftContent" runat="server">
</asp:Content>
Oh, also, I created a Default.aspx and selected my master file, then removed the masterfile reference and added it to the web.config file. Now my asp: tags are not recognixed in Default.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="JB" %>
<asp:Content ID="Content1" ContentPlaceHolderID="RightContent" runat="server">
</asp:Content>
<asp:Content ID="MainContent" ContentPlaceHolderID="MainContent" runat="server">
<asp:Image ID="img" runat="server"
ImageUrl="~/Images/image.jpg"
ImageAlign="left"/>
Now I can put some rather interesting text in here
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="LeftContent" runat="server">
</asp:Content>