M
Michael D. Ober
What reference am I missing in the following code:
public static CheckKey Parse(TextBox BankRouting, TextBox Account, TextBox
Amount, TextBox CheckNum, ASP.controls_dateselector_ascx PaymentDate, Label
CheckName)
The error on Publish is
The type or namespace name 'controls_dateSelector_ascx' does not exist in
the namespace 'ASP' (are you missing an assembly reference?)
This same code "Builds" with no errors.
Thanks,
Mike Ober.
public static CheckKey Parse(TextBox BankRouting, TextBox Account, TextBox
Amount, TextBox CheckNum, ASP.controls_dateselector_ascx PaymentDate, Label
CheckName)
The error on Publish is
The type or namespace name 'controls_dateSelector_ascx' does not exist in
the namespace 'ASP' (are you missing an assembly reference?)
This same code "Builds" with no errors.
Thanks,
Mike Ober.