Hi Imar,
After doing TIO p707, Copy Web Site, which proceeded with no errors, I tried to use the
Publish Web Site -- but this failed because of the only error:
"
Controls_ContactForm is ambiguous" in file "
Contact.aspx", Line
11:
Contact.aspx markup is given below, line 11, being the line just before the closing: </asp:Content> at the bottom.
HTML Code:
<%@ Page Title="Contact Us" Language="VB" MasterPageFile="~/MasterPages/Frontend.master"
AutoEventWireup="false" CodeFile="Contact.aspx.vb" Inherits="About_Contact" %>
<%@ Register src="../Controls/ContactForm.ascx" tagname="ContactForm" tagprefix="ucmk" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="cpMC" Runat="Server">
<%--using a 'user control' --%>
<ucmk:ContactForm ID="ContactForm1" runat="server" />
</asp:Content>
Any suggestions?
Thanks