https://www.galciv2.com/myaccount.aspx gives me an asp compilation error:
Compilation Error
Description: An
error occurred during the compilation of a resource required to service
this request. Please review the following specific error details and
modify your source code appropriately.
Compiler Error Message: BC30560: 'controls_display_header_ascx' is ambiguous in the namespace 'ASP'.
Source Error:
|
Line 8: <%@ register TagPrefix="gc" TagName="registrations" Src="~\Controls\MyAccount\Registrations.ascx" %> Line 9: <asp:Content ContentPlaceHolderID="_ContentArea" ID="_Content" runat="server"> Line 10: <gc:Header runat="server" type="Custom" HeaderName="My Account Information" enableviewstate="false" /> Line 11: Line 12: <div class="MA_TabMaxConstraints">
|
Source File: \\marge\websites\GalCiv2 v2\myaccount.aspx
Line: 10