I got the Developer Edition. I put all the .vb code into my "App_Code" folder under my web application, and delete all the .dll files.
When I run the application, it shows the following Compilaton Error, anything I did wrong?
Compiler Error Message: BC30002: Type 'includeFunctions' is not defined.
Line 15: Public Class viewAllRecords : Inherits System.Web.UI.Page
Line 16:
Line 17: Public myIncludes As New includeFunctions
Line 18:
Line 19: Public noCat As Boolean = True
Hello World.