Reference Needed for "ASP"

  • Thread starter Thread starter Michael D. Ober
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

unboxing problem 7
LinkedListLibrary 2
Microsoft.Data.sqlXml 2
Soap Formatter 3
Generic 3
Missing Assembly for System.Collections.Generic? 2
Compiler Error when using VB Namespace 3
System.Diagnostics.Process 4

Back
Top