I have a VS web application that I'm working on. For some reason I can't access any of my classes (objects, methods, etc) in my App_Code directory. I even created a simple one....
Public Class Class1
Public Sub xxxx()
End Sub
End Class
I get a "Class1 is not defined" error. Any ideas?